Shades of Shakespeare #66A4BB
Tints of Shakespeare #66A4BB
RGB
CMYK
RGB Variations
Color information
#66A4BB (or 0x66A4BB) is known color: Shakespeare. HEX triplet: 66, A4 and BB. RGB value is (102,164,187). Sum of RGB (Red+Green+Blue) = 102+164+187=453 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.52% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #66A4BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A4BB is #995B44. Grayscale: #939393. Windows color (decimal): -10050373 or 12297318. OLE color: 12297318.
HSL color Cylindrical-coordinate representation of color #66A4BB: hue angle of 196.24º 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 #66A4BB is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 164 | 187 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.27 |
| HSL | 196.24º | 0.38% | 0.57% | - |
| HSV(B) | 196.24º | 0.45% | 0.73% | - |
| XYZ | 27.72 | 32.96 | 51.92 | - |
| YUV | 148.08 | 149.96 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 164 | 187 | 0.45 | 0.12 | 0 | 0.27 | 196.24 | 0.38 | 0.57 |
| Hex | 66 | A4 | BB | 2D | C | 0 | 1B | C4 | 26 | 39 |
| Octal | 146 | 244 | 273 | 55 | 14 | 0 | 33 | 304 | 46 | 71 |
| Binary | 1100110 | 10100100 | 10111011 | 101101 | 1100 | 0 | 11011 | 11000100 | 100110 | 111001 |
Color Harmonies of #66A4BB
Complementary color
Monochromatic Colors of #66A4BB
Black with #66A4BB
Text Example
Text Example
White with #66A4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A4BB; }
p { color: rgb(102,164,187); }
H1.HeaderClassName
{
color: #66A4BB;
}
.AnyTagClassName
{
color: #66A4BB;
}
</style>
background-color css
<style>
a { background-color: #66A4BB; }
a { background-color: rgb(102,164,187); }
div.DivClassName
{
background-color: #66A4BB;
}
.BgClassName
{
background-color: #66A4BB;
}
</style>
border-color css
<style>
span { border-color: #66A4BB; }
span { border-color: rgb(102,164,187); }
td.TdClassName
{
border-color: #66A4BB;
}
.TagClassName
{
border-color: #66A4BB;
}
</style>