#669CBB

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

Shades of Shakespeare #669CBB

Tints of Shakespeare #669CBB

Color information

#669CBB (or 0x669CBB) is unknown color: approx Shakespeare. HEX triplet: 66, 9C and BB. RGB value is (102,156,187). Sum of RGB (Red+Green+Blue) = 102+156+187=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #669CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CBB is #996344. Grayscale: #8F8F8F. Windows color (decimal): -10052421 or 12295270. OLE color: 12295270.

HSL color Cylindrical-coordinate representation of color #669CBB: hue angle of 201.88º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #669CBB is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB102156187-
CMYK0.450.1700.27
HSL201.88º38.46%56.67%-
HSV(B)201.88º45.45%73.33%-
XYZ26.3430.1951.45-
YUV143.39152.6198.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.92%
GREEN value IS 156 (61.33% from 255) = 35.06%
BLUE value IS 187 (73.44% from 255) = 42.02%
R=22.92%
G=35.06%
B=42.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021561870.450.1700.27201.8838.4656.67
Hex669CBB2D1101Bca2639
Octal14623427355210333124671
Binary110011010011100101110111011011000101101111001010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,156,187); }

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

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

 a { background-color: rgb(102,156,187); }

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

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

 span { border-color: rgb(102,156,187); }

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