Color Hex Logo

#6696bb Color Hex

#6696BB
(102,150,187)
0 Favorites   0 Comments

Color spaces of #6696bb

RGB 102150187
HSL0.570.380.57
HSV206°45°73°
CMYK 0.450.200.00   0.27
XYZ25.355528.225351.1254
Yxy28.22530.24220.2696
Hunter Lab53.1275-7.7826-19.8664
CIE-Lab60.0917-6.1111-24.2567

#6696bb color RGB value is (102,150,187).

#6696bb hex color red value is 102, green value is 150 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6696bb hue: 0.57 , saturation: 0.38 and the lightness value of 6696bb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10010110 10111011
Octal 146 226 273
Decimal 102 150 187
Hex 66 96 BB

RGB Percentages of Color #6696bb

%23.23
%34.17
%42.60

CMYK Percentages of Color #6696bb

%45
%20
%0
%27

Triadic Colors of #6696bb

#6696bb #bb6696 #96bb66

Analogous Colors of #6696bb

#6696bb #666cbb #66bbb6

Monochromatic Colors of #6696bb

#6696bb

Complementary Color

#6696bb #bb8b66

#6696bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6696bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6696bb Color CSS Codes

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

#6696bb Text Font Color

<p style="color:#6696bb">Text here</p>

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


#6696bb Background Color

<div style="background-color:#6696bb">
Div content here</div>

This div background color is #6696bb


#6696bb Border Color

<div style="border:3px solid #6696bb">
Div here</div>

This div border color is #6696bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,150,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6696bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6696bb;
  -webkit-box-shadow: 1px 1px 3px 2px #6696bb;
  box-shadow:         1px 1px 3px 2px #6696bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6696bb


Comments

No comments written yet.

Please login to write comment.