Color Hex Logo

#6996cb Color Hex

#6996CB
(105,150,203)
0 Favorites   0 Comments

Color spaces of #6996cb

RGB 105150203
HSL0.590.490.60
HSV212°48°80°
CMYK 0.480.260.00   0.20
XYZ27.511529.127760.6721
Yxy29.12770.23450.2483
Hunter Lab53.9701-3.4564-28.8736
CIE-Lab60.8942-0.6938-32.0023

#6996cb color RGB value is (105,150,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010110 11001011
Octal 151 226 313
Decimal 105 150 203
Hex 69 96 CB

RGB Percentages of Color #6996cb

%22.93
%32.75
%44.32

CMYK Percentages of Color #6996cb

%48
%26
%0
%20

Triadic Colors of #6996cb

#6996cb #cb6996 #96cb69

Analogous Colors of #6996cb

#6996cb #6d69cb #69c7cb

Monochromatic Colors of #6996cb

#6996cb

Complementary Color

#6996cb #cb9e69

#6996cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6996cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6996cb Color CSS Codes

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

#6996cb Text Font Color

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

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


#6996cb Background Color

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

This div background color is #6996cb


#6996cb Border Color

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

This div border color is #6996cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6996cb


Comments

No comments written yet.

Please login to write comment.