#669FB2

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

Shades of Shakespeare #669FB2

Tints of Shakespeare #669FB2

Color information

#669FB2 (or 0x669FB2) is unknown color: approx Shakespeare. HEX triplet: 66, 9F and B2. RGB value is (102,159,178). Sum of RGB (Red+Green+Blue) = 102+159+178=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 178 - color contains mainly: blue. Hex color #669FB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669FB2 is #99604D. Grayscale: #8F8F8F. Windows color (decimal): -10051662 or 11706214. OLE color: 11706214.

HSL color Cylindrical-coordinate representation of color #669FB2: hue angle of 195º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #669FB2 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB102159178-
CMYK0.430.1100.30
HSL195º33.04%54.9%-
HSV(B)195º42.7%69.8%-
XYZ25.9130.8446.71-
YUV144.12147.1297.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.23%
GREEN value IS 159 (62.5% from 255) = 36.22%
BLUE value IS 178 (69.92% from 255) = 40.55%
R=23.23%
G=36.22%
B=40.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1021591780.430.1100.3019533.0454.9
Hex669FB22BB01Ec32137
Octal14623726253130363034167
Binary11001101001111110110010101011101101111011000011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,159,178); }

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

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

 a { background-color: rgb(102,159,178); }

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

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

 span { border-color: rgb(102,159,178); }

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