#669EB5

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

Shades of Shakespeare #669EB5

Tints of Shakespeare #669EB5

Color information

#669EB5 (or 0x669EB5) is unknown color: approx Shakespeare. HEX triplet: 66, 9E and B5. RGB value is (102,158,181). Sum of RGB (Red+Green+Blue) = 102+158+181=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 181 - color contains mainly: blue. Hex color #669EB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669EB5 is #99614A. Grayscale: #8F8F8F. Windows color (decimal): -10051915 or 11902566. OLE color: 11902566.

HSL color Cylindrical-coordinate representation of color #669EB5: hue angle of 197.47º 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 #669EB5 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB102158181-
CMYK0.440.1300.29
HSL197.47º34.8%55.49%-
HSV(B)197.47º43.65%70.98%-
XYZ26.0530.6148.25-
YUV143.88148.9598.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.13%
GREEN value IS 158 (62.11% from 255) = 35.83%
BLUE value IS 181 (71.09% from 255) = 41.04%
R=23.13%
G=35.83%
B=41.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1021581810.440.1300.29197.4734.855.49
Hex669EB52CD01Dc52337
Octal14623626554150353054367
Binary11001101001111010110101101100110101110111000101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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