Shades of Shakespeare #66A6BB
Tints of Shakespeare #66A6BB
RGB
CMYK
RGB Variations
Color information
#66A6BB (or 0x66A6BB) is known color: Shakespeare. HEX triplet: 66, A6 and BB. RGB value is (102,166,187). Sum of RGB (Red+Green+Blue) = 102+166+187=455 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.42% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #66A6BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A6BB is #995944. Grayscale: #959595. Windows color (decimal): -10049861 or 12297830. OLE color: 12297830.
HSL color Cylindrical-coordinate representation of color #66A6BB: hue angle of 194.82º 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 #66A6BB is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 166 | 187 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.27 |
| HSL | 194.82º | 0.38% | 0.57% | - |
| HSV(B) | 194.82º | 0.45% | 0.73% | - |
| XYZ | 28.09 | 33.69 | 52.04 | - |
| YUV | 149.26 | 149.3 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 166 | 187 | 0.45 | 0.11 | 0 | 0.27 | 194.82 | 0.38 | 0.57 |
| Hex | 66 | A6 | BB | 2D | B | 0 | 1B | C3 | 26 | 39 |
| Octal | 146 | 246 | 273 | 55 | 13 | 0 | 33 | 303 | 46 | 71 |
| Binary | 1100110 | 10100110 | 10111011 | 101101 | 1011 | 0 | 11011 | 11000011 | 100110 | 111001 |
Color Harmonies of #66A6BB
Complementary color
Monochromatic Colors of #66A6BB
Black with #66A6BB
Text Example
Text Example
White with #66A6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A6BB; }
p { color: rgb(102,166,187); }
H1.HeaderClassName
{
color: #66A6BB;
}
.AnyTagClassName
{
color: #66A6BB;
}
</style>
background-color css
<style>
a { background-color: #66A6BB; }
a { background-color: rgb(102,166,187); }
div.DivClassName
{
background-color: #66A6BB;
}
.BgClassName
{
background-color: #66A6BB;
}
</style>
border-color css
<style>
span { border-color: #66A6BB; }
span { border-color: rgb(102,166,187); }
td.TdClassName
{
border-color: #66A6BB;
}
.TagClassName
{
border-color: #66A6BB;
}
</style>