Shades of Shakespeare #669ABB
Tints of Shakespeare #669ABB
RGB
CMYK
RGB Variations
Color information
#669ABB (or 0x669ABB) is known color: Shakespeare. HEX triplet: 66, 9A and BB. RGB value is (102,154,187). Sum of RGB (Red+Green+Blue) = 102+154+187=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #669ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669ABB is #996544. Grayscale: #8E8E8E. Windows color (decimal): -10052933 or 12294758. OLE color: 12294758.
HSL color Cylindrical-coordinate representation of color #669ABB: hue angle of 203.29º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #669ABB is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 154 | 187 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.27 |
| HSL | 203.29º | 0.38% | 0.57% | - |
| HSV(B) | 203.29º | 0.45% | 0.73% | - |
| XYZ | 26 | 29.52 | 51.34 | - |
| YUV | 142.21 | 153.27 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 187 | 0.45 | 0.18 | 0 | 0.27 | 203.29 | 0.38 | 0.57 |
| Hex | 66 | 9A | BB | 2D | 12 | 0 | 1B | CB | 26 | 39 |
| Octal | 146 | 232 | 273 | 55 | 22 | 0 | 33 | 313 | 46 | 71 |
| Binary | 1100110 | 10011010 | 10111011 | 101101 | 10010 | 0 | 11011 | 11001011 | 100110 | 111001 |
Color Harmonies of #669ABB
Complementary color
Monochromatic Colors of #669ABB
Black with #669ABB
Text Example
Text Example
White with #669ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669ABB; }
p { color: rgb(102,154,187); }
H1.HeaderClassName
{
color: #669ABB;
}
.AnyTagClassName
{
color: #669ABB;
}
</style>
background-color css
<style>
a { background-color: #669ABB; }
a { background-color: rgb(102,154,187); }
div.DivClassName
{
background-color: #669ABB;
}
.BgClassName
{
background-color: #669ABB;
}
</style>
border-color css
<style>
span { border-color: #669ABB; }
span { border-color: rgb(102,154,187); }
td.TdClassName
{
border-color: #669ABB;
}
.TagClassName
{
border-color: #669ABB;
}
</style>