Shades of Shakespeare #66A6C3
Tints of Shakespeare #66A6C3
RGB
CMYK
RGB Variations
Color information
#66A6C3 (or 0x66A6C3) is known color: Shakespeare. HEX triplet: 66, A6 and C3. RGB value is (102,166,195). Sum of RGB (Red+Green+Blue) = 102+166+195=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 195 - color contains mainly: blue. Hex color #66A6C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A6C3 is #99593C. Grayscale: #959595. Windows color (decimal): -10049853 or 12822118. OLE color: 12822118.
HSL color Cylindrical-coordinate representation of color #66A6C3: hue angle of 198.71º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66A6C3 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 166 | 195 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.24 |
| HSL | 198.71º | 0.44% | 0.58% | - |
| HSV(B) | 198.71º | 0.48% | 0.76% | - |
| XYZ | 28.97 | 34.04 | 56.67 | - |
| YUV | 150.17 | 153.3 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 166 | 195 | 0.48 | 0.15 | 0 | 0.24 | 198.71 | 0.44 | 0.58 |
| Hex | 66 | A6 | C3 | 30 | F | 0 | 18 | C7 | 2C | 3A |
| Octal | 146 | 246 | 303 | 60 | 17 | 0 | 30 | 307 | 54 | 72 |
| Binary | 1100110 | 10100110 | 11000011 | 110000 | 1111 | 0 | 11000 | 11000111 | 101100 | 111010 |
Color Harmonies of #66A6C3
Complementary color
Monochromatic Colors of #66A6C3
Black with #66A6C3
Text Example
Text Example
White with #66A6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A6C3; }
p { color: rgb(102,166,195); }
H1.HeaderClassName
{
color: #66A6C3;
}
.AnyTagClassName
{
color: #66A6C3;
}
</style>
background-color css
<style>
a { background-color: #66A6C3; }
a { background-color: rgb(102,166,195); }
div.DivClassName
{
background-color: #66A6C3;
}
.BgClassName
{
background-color: #66A6C3;
}
</style>
border-color css
<style>
span { border-color: #66A6C3; }
span { border-color: rgb(102,166,195); }
td.TdClassName
{
border-color: #66A6C3;
}
.TagClassName
{
border-color: #66A6C3;
}
</style>