#669AAD

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

Shades of Shakespeare #669AAD

Tints of Shakespeare #669AAD

Color information

#669AAD (or 0x669AAD) is unknown color: approx Shakespeare. HEX triplet: 66, 9A and AD. RGB value is (102,154,173). Sum of RGB (Red+Green+Blue) = 102+154+173=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #669AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669AAD is #996552. Grayscale: #8C8C8C. Windows color (decimal): -10052947 or 11377254. OLE color: 11377254.

HSL color Cylindrical-coordinate representation of color #669AAD: hue angle of 196.06º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #669AAD is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB102154173-
CMYK0.410.1100.32
HSL196.06º30.21%53.92%-
HSV(B)196.06º41.04%67.84%-
XYZ24.5828.9543.83-
YUV140.62146.27100.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.78%
GREEN value IS 154 (60.55% from 255) = 35.90%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=23.78%
G=35.90%
B=40.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021541730.410.1100.32196.0630.2153.92
Hex669AAD29B020c41e36
Octal14623225551130403043666
Binary11001101001101010101101101001101101000001100010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,154,173); }

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

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

 a { background-color: rgb(102,154,173); }

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

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

 span { border-color: rgb(102,154,173); }

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