Shades of Shakespeare #669EAD
Tints of Shakespeare #669EAD
RGB
CMYK
RGB Variations
Color information
#669EAD (or 0x669EAD) is known color: Shakespeare. HEX triplet: 66, 9E and AD. RGB value is (102,158,173). Sum of RGB (Red+Green+Blue) = 102+158+173=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #669EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669EAD is #996152. Grayscale: #8E8E8E. Windows color (decimal): -10051923 or 11378278. OLE color: 11378278.
HSL color Cylindrical-coordinate representation of color #669EAD: hue angle of 192.68º 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 #669EAD is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 158 | 173 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.32 |
| HSL | 192.68º | 0.3% | 0.54% | - |
| HSV(B) | 192.68º | 0.41% | 0.68% | - |
| XYZ | 25.25 | 30.3 | 44.05 | - |
| YUV | 142.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 173 | 0.41 | 0.09 | 0 | 0.32 | 192.68 | 0.3 | 0.54 |
| Hex | 66 | 9E | AD | 29 | 9 | 0 | 20 | C1 | 1E | 36 |
| Octal | 146 | 236 | 255 | 51 | 11 | 0 | 40 | 301 | 36 | 66 |
| Binary | 1100110 | 10011110 | 10101101 | 101001 | 1001 | 0 | 100000 | 11000001 | 11110 | 110110 |
Color Harmonies of #669EAD
Complementary color
Monochromatic Colors of #669EAD
Black with #669EAD
Text Example
Text Example
White with #669EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669EAD; }
p { color: rgb(102,158,173); }
H1.HeaderClassName
{
color: #669EAD;
}
.AnyTagClassName
{
color: #669EAD;
}
</style>
background-color css
<style>
a { background-color: #669EAD; }
a { background-color: rgb(102,158,173); }
div.DivClassName
{
background-color: #669EAD;
}
.BgClassName
{
background-color: #669EAD;
}
</style>
border-color css
<style>
span { border-color: #669EAD; }
span { border-color: rgb(102,158,173); }
td.TdClassName
{
border-color: #669EAD;
}
.TagClassName
{
border-color: #669EAD;
}
</style>