Shades of Shakespeare #669AB6
Tints of Shakespeare #669AB6
RGB
CMYK
RGB Variations
Color information
#669AB6 (or 0x669AB6) is known color: Shakespeare. HEX triplet: 66, 9A and B6. RGB value is (102,154,182). Sum of RGB (Red+Green+Blue) = 102+154+182=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 182 - color contains mainly: blue. Hex color #669AB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669AB6 is #996549. Grayscale: #8D8D8D. Windows color (decimal): -10052938 or 11967078. OLE color: 11967078.
HSL color Cylindrical-coordinate representation of color #669AB6: hue angle of 201º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #669AB6 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 154 | 182 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.29 |
| HSL | 201º | 0.35% | 0.56% | - |
| HSV(B) | 201º | 0.44% | 0.71% | - |
| XYZ | 25.48 | 29.31 | 48.57 | - |
| YUV | 141.64 | 150.77 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 182 | 0.44 | 0.15 | 0 | 0.29 | 201 | 0.35 | 0.56 |
| Hex | 66 | 9A | B6 | 2C | F | 0 | 1D | C9 | 23 | 38 |
| Octal | 146 | 232 | 266 | 54 | 17 | 0 | 35 | 311 | 43 | 70 |
| Binary | 1100110 | 10011010 | 10110110 | 101100 | 1111 | 0 | 11101 | 11001001 | 100011 | 111000 |
Color Harmonies of #669AB6
Complementary color
Monochromatic Colors of #669AB6
Black with #669AB6
Text Example
Text Example
White with #669AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669AB6; }
p { color: rgb(102,154,182); }
H1.HeaderClassName
{
color: #669AB6;
}
.AnyTagClassName
{
color: #669AB6;
}
</style>
background-color css
<style>
a { background-color: #669AB6; }
a { background-color: rgb(102,154,182); }
div.DivClassName
{
background-color: #669AB6;
}
.BgClassName
{
background-color: #669AB6;
}
</style>
border-color css
<style>
span { border-color: #669AB6; }
span { border-color: rgb(102,154,182); }
td.TdClassName
{
border-color: #669AB6;
}
.TagClassName
{
border-color: #669AB6;
}
</style>