Shades of Shakespeare #669DAB
Tints of Shakespeare #669DAB
RGB
CMYK
RGB Variations
Color information
#669DAB (or 0x669DAB) is known color: Shakespeare. HEX triplet: 66, 9D and AB. RGB value is (102,157,171). Sum of RGB (Red+Green+Blue) = 102+157+171=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #669DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669DAB is #996254. Grayscale: #8E8E8E. Windows color (decimal): -10052181 or 11246950. OLE color: 11246950.
HSL color Cylindrical-coordinate representation of color #669DAB: hue angle of 192.17º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #669DAB is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 157 | 171 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.33 |
| HSL | 192.17º | 0.29% | 0.54% | - |
| HSV(B) | 192.17º | 0.4% | 0.67% | - |
| XYZ | 24.89 | 29.88 | 42.98 | - |
| YUV | 142.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 171 | 0.40 | 0.08 | 0 | 0.33 | 192.17 | 0.29 | 0.54 |
| Hex | 66 | 9D | AB | 28 | 8 | 0 | 21 | C0 | 1D | 36 |
| Octal | 146 | 235 | 253 | 50 | 10 | 0 | 41 | 300 | 35 | 66 |
| Binary | 1100110 | 10011101 | 10101011 | 101000 | 1000 | 0 | 100001 | 11000000 | 11101 | 110110 |
Color Harmonies of #669DAB
Complementary color
Monochromatic Colors of #669DAB
Black with #669DAB
Text Example
Text Example
White with #669DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669DAB; }
p { color: rgb(102,157,171); }
H1.HeaderClassName
{
color: #669DAB;
}
.AnyTagClassName
{
color: #669DAB;
}
</style>
background-color css
<style>
a { background-color: #669DAB; }
a { background-color: rgb(102,157,171); }
div.DivClassName
{
background-color: #669DAB;
}
.BgClassName
{
background-color: #669DAB;
}
</style>
border-color css
<style>
span { border-color: #669DAB; }
span { border-color: rgb(102,157,171); }
td.TdClassName
{
border-color: #669DAB;
}
.TagClassName
{
border-color: #669DAB;
}
</style>