Color Hex Logo

#6695cb Color Hex

#6695CB
(102,149,203)
0 Favorites   0 Comments

Color spaces of #6695cb

RGB 102149203
HSL0.590.490.60
HSV212°50°80°
CMYK 0.500.270.00   0.20
XYZ27.006428.631560.6029
Yxy28.63150.23230.2463
Hunter Lab53.5084-3.5484-29.6952
CIE-Lab60.4550-0.8376-32.6969

#6695cb color RGB value is (102,149,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10010101 11001011
Octal 146 225 313
Decimal 102 149 203
Hex 66 95 CB

RGB Percentages of Color #6695cb

%22.47
%32.82
%44.71

CMYK Percentages of Color #6695cb

%50
%27
%0
%20

Triadic Colors of #6695cb

#6695cb #cb6695 #95cb66

Analogous Colors of #6695cb

#6695cb #6a66cb #66c8cb

Monochromatic Colors of #6695cb

#6695cb

Complementary Color

#6695cb #cb9c66

#6695cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6695cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6695cb Color CSS Codes

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

#6695cb Text Font Color

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

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


#6695cb Background Color

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

This div background color is #6695cb


#6695cb Border Color

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

This div border color is #6695cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,149,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 #6695cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6695cb


Comments

No comments written yet.

Please login to write comment.