color codes Logo

#693ecc color codes

#693ECC
(105,62,204)
0 Favorites   0 Comments

Color spaces of #693ecc

RGB 10562204
HSL0.720.580.52
HSV258°70°80°
CMYK 0.490.700.00   0.20
XYZ18.447410.808158.2406
Yxy10.80810.21080.1235
Hunter Lab32.875742.6286-82.0217
CIE-Lab39.255451.3217-67.0820

#693ecc color RGB value is (105,62,204).

#693ecc hex color red value is 105, green value is 62 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #693ecc hue: 0.72 , saturation: 0.58 and the lightness value of 693ecc is 0.52.

The process color (four color CMYK) of #693ecc color code is 0.49, 0.70, 0.00, 0.20. Web safe color of #693ecc is #6633cc. Color #693ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111110 11001100
Octal 151 76 314
Decimal 105 62 204
Hex 69 3E CC

RGB Percentages of Color #693ecc

%28.30
%16.71
%54.99

CMYK Percentages of Color #693ecc

%49
%70
%0
%20

Triadic Colors of #693ecc

#693ecc #cc693e #3ecc69

Analogous Colors of #693ecc

#693ecc #b03ecc #3e5acc

Monochromatic Colors of #693ecc

#693ecc

Complementary Color

#693ecc #a1cc3e

#693ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#693ecc Color CSS Codes

.mybgcolor {background-color:#693ecc; } 
.myforecolor {color:#693ecc; }
.mybordercolor {border:3px solid #693ecc; }

#693ecc Text Font Color

<p style="color:#693ecc">Text here</p>

This sample text font color is #693ecc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#693ecc Background Color

<div style="background-color:#693ecc">
Div content here</div>

This div background color is #693ecc


#693ecc Border Color

<div style="border:3px solid #693ecc">
Div here</div>

This div border color is #693ecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,62,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #693ecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #693ecc;
  -webkit-box-shadow: 1px 1px 3px 2px #693ecc;
  box-shadow:         1px 1px 3px 2px #693ecc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,62,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #693ecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #693ecc;
  -webkit-box-shadow: 1px 1px 3px 2px #693ecc;
  box-shadow:         1px 1px 3px 2px #693ecc;">
Div content here</div>

This div box has shadow with color #693ecc


Comments

No comments written yet.

Please login to write comment.