Shades of Shakespeare #669CAF
Tints of Shakespeare #669CAF
RGB
CMYK
RGB Variations
Color information
#669CAF (or 0x669CAF) is known color: Shakespeare. HEX triplet: 66, 9C and AF. RGB value is (102,156,175). Sum of RGB (Red+Green+Blue) = 102+156+175=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #669CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669CAF is #996350. Grayscale: #8D8D8D. Windows color (decimal): -10052433 or 11508838. OLE color: 11508838.
HSL color Cylindrical-coordinate representation of color #669CAF: hue angle of 195.62º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #669CAF is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 156 | 175 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.31 |
| HSL | 195.62º | 0.31% | 0.54% | - |
| HSV(B) | 195.62º | 0.42% | 0.69% | - |
| XYZ | 25.11 | 29.7 | 44.97 | - |
| YUV | 142.02 | 146.61 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 175 | 0.42 | 0.11 | 0 | 0.31 | 195.62 | 0.31 | 0.54 |
| Hex | 66 | 9C | AF | 2A | B | 0 | 1F | C4 | 1F | 36 |
| Octal | 146 | 234 | 257 | 52 | 13 | 0 | 37 | 304 | 37 | 66 |
| Binary | 1100110 | 10011100 | 10101111 | 101010 | 1011 | 0 | 11111 | 11000100 | 11111 | 110110 |
Color Harmonies of #669CAF
Complementary color
Monochromatic Colors of #669CAF
Black with #669CAF
Text Example
Text Example
White with #669CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CAF; }
p { color: rgb(102,156,175); }
H1.HeaderClassName
{
color: #669CAF;
}
.AnyTagClassName
{
color: #669CAF;
}
</style>
background-color css
<style>
a { background-color: #669CAF; }
a { background-color: rgb(102,156,175); }
div.DivClassName
{
background-color: #669CAF;
}
.BgClassName
{
background-color: #669CAF;
}
</style>
border-color css
<style>
span { border-color: #669CAF; }
span { border-color: rgb(102,156,175); }
td.TdClassName
{
border-color: #669CAF;
}
.TagClassName
{
border-color: #669CAF;
}
</style>