#669BB5

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

Shades of Shakespeare #669BB5

Tints of Shakespeare #669BB5

Color information

#669BB5 (or 0x669BB5) is unknown color: approx Shakespeare. HEX triplet: 66, 9B and B5. RGB value is (102,155,181). Sum of RGB (Red+Green+Blue) = 102+155+181=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 181 - color contains mainly: blue. Hex color #669BB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669BB5 is #99644A. Grayscale: #8D8D8D. Windows color (decimal): -10052683 or 11901798. OLE color: 11901798.

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

Color convert

RGB102155181-
CMYK0.440.1400.29
HSL199.75º34.8%55.49%-
HSV(B)199.75º43.65%70.98%-
XYZ25.5429.648.08-
YUV142.12149.9499.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.29%
GREEN value IS 155 (60.94% from 255) = 35.39%
BLUE value IS 181 (71.09% from 255) = 41.32%
R=23.29%
G=35.39%
B=41.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1021551810.440.1400.29199.7534.855.49
Hex669BB52CE01Dc82337
Octal14623326554160353104367
Binary11001101001101110110101101100111001110111001000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,155,181); }

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

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

 a { background-color: rgb(102,155,181); }

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

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

 span { border-color: rgb(102,155,181); }

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