Shades of Shakespeare #669AB5
Tints of Shakespeare #669AB5
RGB
CMYK
RGB Variations
Color information
#669AB5 (or 0x669AB5) is known color: Shakespeare. HEX triplet: 66, 9A and B5. RGB value is (102,154,181). Sum of RGB (Red+Green+Blue) = 102+154+181=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 181 - color contains mainly: blue. Hex color #669AB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669AB5 is #99654A. Grayscale: #8D8D8D. Windows color (decimal): -10052939 or 11901542. OLE color: 11901542.
HSL color Cylindrical-coordinate representation of color #669AB5: hue angle of 200.51º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #669AB5 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 154 | 181 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.29 |
| HSL | 200.51º | 0.35% | 0.55% | - |
| HSV(B) | 200.51º | 0.44% | 0.71% | - |
| XYZ | 25.38 | 29.27 | 48.03 | - |
| YUV | 141.53 | 150.27 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 181 | 0.44 | 0.15 | 0 | 0.29 | 200.51 | 0.35 | 0.55 |
| Hex | 66 | 9A | B5 | 2C | F | 0 | 1D | C9 | 23 | 37 |
| Octal | 146 | 232 | 265 | 54 | 17 | 0 | 35 | 311 | 43 | 67 |
| Binary | 1100110 | 10011010 | 10110101 | 101100 | 1111 | 0 | 11101 | 11001001 | 100011 | 110111 |
Color Harmonies of #669AB5
Complementary color
Monochromatic Colors of #669AB5
Black with #669AB5
Text Example
Text Example
White with #669AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669AB5; }
p { color: rgb(102,154,181); }
H1.HeaderClassName
{
color: #669AB5;
}
.AnyTagClassName
{
color: #669AB5;
}
</style>
background-color css
<style>
a { background-color: #669AB5; }
a { background-color: rgb(102,154,181); }
div.DivClassName
{
background-color: #669AB5;
}
.BgClassName
{
background-color: #669AB5;
}
</style>
border-color css
<style>
span { border-color: #669AB5; }
span { border-color: rgb(102,154,181); }
td.TdClassName
{
border-color: #669AB5;
}
.TagClassName
{
border-color: #669AB5;
}
</style>