Shades of Shakespeare #66A4C2
Tints of Shakespeare #66A4C2
RGB
CMYK
RGB Variations
Color information
#66A4C2 (or 0x66A4C2) is known color: Shakespeare. HEX triplet: 66, A4 and C2. RGB value is (102,164,194). Sum of RGB (Red+Green+Blue) = 102+164+194=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 194 - color contains mainly: blue. Hex color #66A4C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A4C2 is #995B3D. Grayscale: #949494. Windows color (decimal): -10050366 or 12756070. OLE color: 12756070.
HSL color Cylindrical-coordinate representation of color #66A4C2: hue angle of 199.57º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66A4C2 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 164 | 194 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.24 |
| HSL | 199.57º | 0.43% | 0.58% | - |
| HSV(B) | 199.57º | 0.47% | 0.76% | - |
| XYZ | 28.49 | 33.27 | 55.96 | - |
| YUV | 148.88 | 153.46 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 164 | 194 | 0.47 | 0.15 | 0 | 0.24 | 199.57 | 0.43 | 0.58 |
| Hex | 66 | A4 | C2 | 2F | F | 0 | 18 | C8 | 2B | 3A |
| Octal | 146 | 244 | 302 | 57 | 17 | 0 | 30 | 310 | 53 | 72 |
| Binary | 1100110 | 10100100 | 11000010 | 101111 | 1111 | 0 | 11000 | 11001000 | 101011 | 111010 |
Color Harmonies of #66A4C2
Complementary color
Monochromatic Colors of #66A4C2
Black with #66A4C2
Text Example
Text Example
White with #66A4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A4C2; }
p { color: rgb(102,164,194); }
H1.HeaderClassName
{
color: #66A4C2;
}
.AnyTagClassName
{
color: #66A4C2;
}
</style>
background-color css
<style>
a { background-color: #66A4C2; }
a { background-color: rgb(102,164,194); }
div.DivClassName
{
background-color: #66A4C2;
}
.BgClassName
{
background-color: #66A4C2;
}
</style>
border-color css
<style>
span { border-color: #66A4C2; }
span { border-color: rgb(102,164,194); }
td.TdClassName
{
border-color: #66A4C2;
}
.TagClassName
{
border-color: #66A4C2;
}
</style>