Color Hex Logo

#6669cb Color Hex

#6669CB
(102,105,203)
0 Favorites   0 Comments

Color spaces of #6669cb

RGB 102105203
HSL0.660.490.60
HSV238°50°80°
CMYK 0.500.480.00   0.20
XYZ21.310617.239758.7043
Yxy17.23970.21910.1773
Hunter Lab41.520718.9543-54.7630
CIE-Lab48.560625.4756-51.4681

#6669cb color RGB value is (102,105,203).

#6669cb hex color red value is 102, green value is 105 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6669cb hue: 0.66 , saturation: 0.49 and the lightness value of 6669cb is 0.60.

The process color (four color CMYK) of #6669cb color hex is 0.50, 0.48, 0.00, 0.20. Web safe color of #6669cb is #6666cc. Color #6669cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101001 11001011
Octal 146 151 313
Decimal 102 105 203
Hex 66 69 CB

RGB Percentages of Color #6669cb

%24.88
%25.61
%49.51

CMYK Percentages of Color #6669cb

%50
%48
%0
%20

Triadic Colors of #6669cb

#6669cb #cb6669 #69cb66

Analogous Colors of #6669cb

#6669cb #9666cb #669ccb

Monochromatic Colors of #6669cb

#6669cb

Complementary Color

#6669cb #cbc866

#6669cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6669cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6669cb Color CSS Codes

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

#6669cb Text Font Color

<p style="color:#6669cb">Text here</p>

This sample text font color is #6669cb
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.


#6669cb Background Color

<div style="background-color:#6669cb">
Div content here</div>

This div background color is #6669cb


#6669cb Border Color

<div style="border:3px solid #6669cb">
Div here</div>

This div border color is #6669cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,105,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6669cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6669cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6669cb;
  box-shadow:         1px 1px 3px 2px #6669cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6669cb


Comments

No comments written yet.

Please login to write comment.