Color Hex Logo

#6669bd Color Hex

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

Color spaces of #6669bd

RGB 102105189
HSL0.660.400.57
HSV238°46°74°
CMYK 0.460.440.00   0.26
XYZ19.716416.602150.3095
Yxy16.60210.22760.1916
Hunter Lab40.745715.0693-44.6846
CIE-Lab47.754721.1779-44.6960

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

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

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

Base Numbers

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

RGB Percentages of Color #6669bd

%25.76
%26.52
%47.73

CMYK Percentages of Color #6669bd

%46
%44
%0
%26

Triadic Colors of #6669bd

#6669bd #bd6669 #69bd66

Analogous Colors of #6669bd

#6669bd #8f66bd #6695bd

Monochromatic Colors of #6669bd

#6669bd

Complementary Color

#6669bd #bdba66

#6669bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6669bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6669bd Color CSS Codes

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

#6669bd Text Font Color

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

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


#6669bd Background Color

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

This div background color is #6669bd


#6669bd Border Color

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

This div border color is #6669bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6669bd


Comments

No comments written yet.

Please login to write comment.