Color Hex Logo

#6966bd Color Hex

#6966BD
(105,102,189)
0 Favorites   0 Comments

Color spaces of #6966bd

RGB 105102189
HSL0.670.400.57
HSV242°46°74°
CMYK 0.440.460.00   0.26
XYZ19.762416.180150.2256
Yxy16.18010.22930.1878
Hunter Lab40.224517.3047-45.8743
CIE-Lab47.209923.7563-45.5494

#6966bd color RGB value is (105,102,189).

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

The process color (four color CMYK) of #6966bd color hex is 0.44, 0.46, 0.00, 0.26. Web safe color of #6966bd is #6666cc. Color #6966bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100110 10111101
Octal 151 146 275
Decimal 105 102 189
Hex 69 66 BD

RGB Percentages of Color #6966bd

%26.52
%25.76
%47.73

CMYK Percentages of Color #6966bd

%44
%46
%0
%26

Triadic Colors of #6966bd

#6966bd #bd6966 #66bd69

Analogous Colors of #6966bd

#6966bd #9566bd #668fbd

Monochromatic Colors of #6966bd

#6966bd

Complementary Color

#6966bd #babd66

#6966bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6966bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6966bd Color CSS Codes

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

#6966bd Text Font Color

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

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


#6966bd Background Color

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

This div background color is #6966bd


#6966bd Border Color

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

This div border color is #6966bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6966bd


Comments

No comments written yet.

Please login to write comment.