Shades of Shakespeare #669ABC
Tints of Shakespeare #669ABC
RGB
CMYK
RGB Variations
Color information
#669ABC (or 0x669ABC) is known color: Shakespeare. HEX triplet: 66, 9A and BC. RGB value is (102,154,188). Sum of RGB (Red+Green+Blue) = 102+154+188=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #669ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669ABC is #996543. Grayscale: #8E8E8E. Windows color (decimal): -10052932 or 12360294. OLE color: 12360294.
HSL color Cylindrical-coordinate representation of color #669ABC: hue angle of 203.72º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #669ABC is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 154 | 188 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.26 |
| HSL | 203.72º | 0.39% | 0.57% | - |
| HSV(B) | 203.72º | 0.46% | 0.74% | - |
| XYZ | 26.11 | 29.57 | 51.91 | - |
| YUV | 142.33 | 153.77 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 188 | 0.46 | 0.18 | 0 | 0.26 | 203.72 | 0.39 | 0.57 |
| Hex | 66 | 9A | BC | 2E | 12 | 0 | 1A | CC | 27 | 39 |
| Octal | 146 | 232 | 274 | 56 | 22 | 0 | 32 | 314 | 47 | 71 |
| Binary | 1100110 | 10011010 | 10111100 | 101110 | 10010 | 0 | 11010 | 11001100 | 100111 | 111001 |
Color Harmonies of #669ABC
Complementary color
Monochromatic Colors of #669ABC
Black with #669ABC
Text Example
Text Example
White with #669ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669ABC; }
p { color: rgb(102,154,188); }
H1.HeaderClassName
{
color: #669ABC;
}
.AnyTagClassName
{
color: #669ABC;
}
</style>
background-color css
<style>
a { background-color: #669ABC; }
a { background-color: rgb(102,154,188); }
div.DivClassName
{
background-color: #669ABC;
}
.BgClassName
{
background-color: #669ABC;
}
</style>
border-color css
<style>
span { border-color: #669ABC; }
span { border-color: rgb(102,154,188); }
td.TdClassName
{
border-color: #669ABC;
}
.TagClassName
{
border-color: #669ABC;
}
</style>