Shades of Shakespeare #669DAD
Tints of Shakespeare #669DAD
RGB
CMYK
RGB Variations
Color information
#669DAD (or 0x669DAD) is known color: Shakespeare. HEX triplet: 66, 9D and AD. RGB value is (102,157,173). Sum of RGB (Red+Green+Blue) = 102+157+173=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #669DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669DAD is #996252. Grayscale: #8E8E8E. Windows color (decimal): -10052179 or 11378022. OLE color: 11378022.
HSL color Cylindrical-coordinate representation of color #669DAD: hue angle of 193.52º 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 #669DAD is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 157 | 173 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.32 |
| HSL | 193.52º | 0.3% | 0.54% | - |
| HSV(B) | 193.52º | 0.41% | 0.68% | - |
| XYZ | 25.08 | 29.96 | 44 | - |
| YUV | 142.38 | 145.28 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 173 | 0.41 | 0.09 | 0 | 0.32 | 193.52 | 0.3 | 0.54 |
| Hex | 66 | 9D | AD | 29 | 9 | 0 | 20 | C2 | 1E | 36 |
| Octal | 146 | 235 | 255 | 51 | 11 | 0 | 40 | 302 | 36 | 66 |
| Binary | 1100110 | 10011101 | 10101101 | 101001 | 1001 | 0 | 100000 | 11000010 | 11110 | 110110 |
Color Harmonies of #669DAD
Complementary color
Monochromatic Colors of #669DAD
Black with #669DAD
Text Example
Text Example
White with #669DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669DAD; }
p { color: rgb(102,157,173); }
H1.HeaderClassName
{
color: #669DAD;
}
.AnyTagClassName
{
color: #669DAD;
}
</style>
background-color css
<style>
a { background-color: #669DAD; }
a { background-color: rgb(102,157,173); }
div.DivClassName
{
background-color: #669DAD;
}
.BgClassName
{
background-color: #669DAD;
}
</style>
border-color css
<style>
span { border-color: #669DAD; }
span { border-color: rgb(102,157,173); }
td.TdClassName
{
border-color: #669DAD;
}
.TagClassName
{
border-color: #669DAD;
}
</style>