Color Hex Logo

#6966cb Color Hex

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

Color spaces of #6966cb

RGB 105102203
HSL0.670.490.60
HSV242°50°80°
CMYK 0.480.500.00   0.20
XYZ21.356616.817858.6205
Yxy16.81780.22060.1737
Hunter Lab41.009521.1911-56.0446
CIE-Lab48.029627.9829-52.3062

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

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

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

Base Numbers

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

RGB Percentages of Color #6966cb

%25.61
%24.88
%49.51

CMYK Percentages of Color #6966cb

%48
%50
%0
%20

Triadic Colors of #6966cb

#6966cb #cb6966 #66cb69

Analogous Colors of #6966cb

#6966cb #9c66cb #6696cb

Monochromatic Colors of #6966cb

#6966cb

Complementary Color

#6966cb #c8cb66

#6966cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6966cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6966cb Color CSS Codes

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

#6966cb Text Font Color

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

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


#6966cb Background Color

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

This div background color is #6966cb


#6966cb Border Color

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

This div border color is #6966cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6966cb


Comments

No comments written yet.

Please login to write comment.