Shades of Shakespeare #669BAB
Tints of Shakespeare #669BAB
RGB
CMYK
RGB Variations
Color information
#669BAB (or 0x669BAB) is known color: Shakespeare. HEX triplet: 66, 9B and AB. RGB value is (102,155,171). Sum of RGB (Red+Green+Blue) = 102+155+171=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #669BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669BAB is #996454. Grayscale: #8C8C8C. Windows color (decimal): -10052693 or 11246438. OLE color: 11246438.
HSL color Cylindrical-coordinate representation of color #669BAB: hue angle of 193.91º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #669BAB is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 155 | 171 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.33 |
| HSL | 193.91º | 0.29% | 0.54% | - |
| HSV(B) | 193.91º | 0.4% | 0.67% | - |
| XYZ | 24.55 | 29.21 | 42.87 | - |
| YUV | 140.98 | 144.94 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 171 | 0.40 | 0.09 | 0 | 0.33 | 193.91 | 0.29 | 0.54 |
| Hex | 66 | 9B | AB | 28 | 9 | 0 | 21 | C2 | 1D | 36 |
| Octal | 146 | 233 | 253 | 50 | 11 | 0 | 41 | 302 | 35 | 66 |
| Binary | 1100110 | 10011011 | 10101011 | 101000 | 1001 | 0 | 100001 | 11000010 | 11101 | 110110 |
Color Harmonies of #669BAB
Complementary color
Monochromatic Colors of #669BAB
Black with #669BAB
Text Example
Text Example
White with #669BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669BAB; }
p { color: rgb(102,155,171); }
H1.HeaderClassName
{
color: #669BAB;
}
.AnyTagClassName
{
color: #669BAB;
}
</style>
background-color css
<style>
a { background-color: #669BAB; }
a { background-color: rgb(102,155,171); }
div.DivClassName
{
background-color: #669BAB;
}
.BgClassName
{
background-color: #669BAB;
}
</style>
border-color css
<style>
span { border-color: #669BAB; }
span { border-color: rgb(102,155,171); }
td.TdClassName
{
border-color: #669BAB;
}
.TagClassName
{
border-color: #669BAB;
}
</style>