Shades of Shakespeare #669AB2
Tints of Shakespeare #669AB2
RGB
CMYK
RGB Variations
Color information
#669AB2 (or 0x669AB2) is known color: Shakespeare. HEX triplet: 66, 9A and B2. RGB value is (102,154,178). Sum of RGB (Red+Green+Blue) = 102+154+178=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 178 - color contains mainly: blue. Hex color #669AB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669AB2 is #99654D. Grayscale: #8D8D8D. Windows color (decimal): -10052942 or 11704934. OLE color: 11704934.
HSL color Cylindrical-coordinate representation of color #669AB2: hue angle of 198.95º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #669AB2 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 154 | 178 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.30 |
| HSL | 198.95º | 0.33% | 0.55% | - |
| HSV(B) | 198.95º | 0.43% | 0.7% | - |
| XYZ | 25.07 | 29.15 | 46.42 | - |
| YUV | 141.19 | 148.77 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 178 | 0.43 | 0.13 | 0 | 0.30 | 198.95 | 0.33 | 0.55 |
| Hex | 66 | 9A | B2 | 2B | D | 0 | 1E | C7 | 21 | 37 |
| Octal | 146 | 232 | 262 | 53 | 15 | 0 | 36 | 307 | 41 | 67 |
| Binary | 1100110 | 10011010 | 10110010 | 101011 | 1101 | 0 | 11110 | 11000111 | 100001 | 110111 |
Color Harmonies of #669AB2
Complementary color
Monochromatic Colors of #669AB2
Black with #669AB2
Text Example
Text Example
White with #669AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669AB2; }
p { color: rgb(102,154,178); }
H1.HeaderClassName
{
color: #669AB2;
}
.AnyTagClassName
{
color: #669AB2;
}
</style>
background-color css
<style>
a { background-color: #669AB2; }
a { background-color: rgb(102,154,178); }
div.DivClassName
{
background-color: #669AB2;
}
.BgClassName
{
background-color: #669AB2;
}
</style>
border-color css
<style>
span { border-color: #669AB2; }
span { border-color: rgb(102,154,178); }
td.TdClassName
{
border-color: #669AB2;
}
.TagClassName
{
border-color: #669AB2;
}
</style>