Shades of Shakespeare #66A4C3
Tints of Shakespeare #66A4C3
RGB
CMYK
RGB Variations
Color information
#66A4C3 (or 0x66A4C3) is known color: Shakespeare. HEX triplet: 66, A4 and C3. RGB value is (102,164,195). Sum of RGB (Red+Green+Blue) = 102+164+195=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 195 (76.56% from 255 or 42.30% from 461); Max value from RGB is 195 - color contains mainly: blue. Hex color #66A4C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A4C3 is #995B3C. Grayscale: #949494. Windows color (decimal): -10050365 or 12821606. OLE color: 12821606.
HSL color Cylindrical-coordinate representation of color #66A4C3: hue angle of 200º 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 #66A4C3 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 164 | 195 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.24 |
| HSL | 200º | 0.44% | 0.58% | - |
| HSV(B) | 200º | 0.48% | 0.76% | - |
| XYZ | 28.61 | 33.32 | 56.55 | - |
| YUV | 149 | 153.96 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 164 | 195 | 0.48 | 0.16 | 0 | 0.24 | 200 | 0.44 | 0.58 |
| Hex | 66 | A4 | C3 | 30 | 10 | 0 | 18 | C8 | 2C | 3A |
| Octal | 146 | 244 | 303 | 60 | 20 | 0 | 30 | 310 | 54 | 72 |
| Binary | 1100110 | 10100100 | 11000011 | 110000 | 10000 | 0 | 11000 | 11001000 | 101100 | 111010 |
Color Harmonies of #66A4C3
Complementary color
Monochromatic Colors of #66A4C3
Black with #66A4C3
Text Example
Text Example
White with #66A4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A4C3; }
p { color: rgb(102,164,195); }
H1.HeaderClassName
{
color: #66A4C3;
}
.AnyTagClassName
{
color: #66A4C3;
}
</style>
background-color css
<style>
a { background-color: #66A4C3; }
a { background-color: rgb(102,164,195); }
div.DivClassName
{
background-color: #66A4C3;
}
.BgClassName
{
background-color: #66A4C3;
}
</style>
border-color css
<style>
span { border-color: #66A4C3; }
span { border-color: rgb(102,164,195); }
td.TdClassName
{
border-color: #66A4C3;
}
.TagClassName
{
border-color: #66A4C3;
}
</style>