Shades of Shakespeare #669FAD
Tints of Shakespeare #669FAD
RGB
CMYK
RGB Variations
Color information
#669FAD (or 0x669FAD) is known color: Shakespeare. HEX triplet: 66, 9F and AD. RGB value is (102,159,173). Sum of RGB (Red+Green+Blue) = 102+159+173=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #669FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669FAD is #996052. Grayscale: #8F8F8F. Windows color (decimal): -10051667 or 11378534. OLE color: 11378534.
HSL color Cylindrical-coordinate representation of color #669FAD: hue angle of 191.83º 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 #669FAD is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 159 | 173 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.32 |
| HSL | 191.83º | 0.3% | 0.54% | - |
| HSV(B) | 191.83º | 0.41% | 0.68% | - |
| XYZ | 25.42 | 30.64 | 44.11 | - |
| YUV | 143.55 | 144.62 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 173 | 0.41 | 0.08 | 0 | 0.32 | 191.83 | 0.3 | 0.54 |
| Hex | 66 | 9F | AD | 29 | 8 | 0 | 20 | C0 | 1E | 36 |
| Octal | 146 | 237 | 255 | 51 | 10 | 0 | 40 | 300 | 36 | 66 |
| Binary | 1100110 | 10011111 | 10101101 | 101001 | 1000 | 0 | 100000 | 11000000 | 11110 | 110110 |
Color Harmonies of #669FAD
Complementary color
Monochromatic Colors of #669FAD
Black with #669FAD
Text Example
Text Example
White with #669FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669FAD; }
p { color: rgb(102,159,173); }
H1.HeaderClassName
{
color: #669FAD;
}
.AnyTagClassName
{
color: #669FAD;
}
</style>
background-color css
<style>
a { background-color: #669FAD; }
a { background-color: rgb(102,159,173); }
div.DivClassName
{
background-color: #669FAD;
}
.BgClassName
{
background-color: #669FAD;
}
</style>
border-color css
<style>
span { border-color: #669FAD; }
span { border-color: rgb(102,159,173); }
td.TdClassName
{
border-color: #669FAD;
}
.TagClassName
{
border-color: #669FAD;
}
</style>