#669DB4

Color #669DB4 Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #669DB4

Tints of Shakespeare #669DB4

Color information

#669DB4 (or 0x669DB4) is unknown color: approx Shakespeare. HEX triplet: 66, 9D and B4. RGB value is (102,157,180). Sum of RGB (Red+Green+Blue) = 102+157+180=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 180 - color contains mainly: blue. Hex color #669DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669DB4 is #99624B. Grayscale: #8F8F8F. Windows color (decimal): -10052172 or 11836774. OLE color: 11836774.

HSL color Cylindrical-coordinate representation of color #669DB4: hue angle of 197.69º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #669DB4 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB102157180-
CMYK0.430.1300.29
HSL197.69º34.21%55.29%-
HSV(B)197.69º43.33%70.59%-
XYZ25.7730.2347.66-
YUV143.18148.7898.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 23.23%
GREEN value IS 157 (61.72% from 255) = 35.76%
BLUE value IS 180 (70.70% from 255) = 41.00%
R=23.23%
G=35.76%
B=41.00%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1021571800.430.1300.29197.6934.2155.29
Hex669DB42BD01Dc62237
Octal14623526453150353064267
Binary11001101001110110110100101011110101110111000110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669DB4; }

 p { color: rgb(102,157,180); }

 H1.HeaderClassName
 {
   color: #669DB4;
 }
 .AnyTagClassName
 {
   color: #669DB4;
 }
</style>
background-color css

<style>
 a { background-color: #669DB4; }

 a { background-color: rgb(102,157,180); }

 div.DivClassName
 {
   background-color: #669DB4;
 }
 .BgClassName
 {
   background-color: #669DB4;
 }
</style>
border-color css

<style>
 span { border-color: #669DB4; }

 span { border-color: rgb(102,157,180); }

 td.TdClassName
 {
   border-color: #669DB4;
 }
 .TagClassName
 {
   border-color: #669DB4;
 }
</style>