Shades of Shakespeare #66A4C4
Tints of Shakespeare #66A4C4
RGB
CMYK
RGB Variations
Color information
#66A4C4 (or 0x66A4C4) is known color: Shakespeare. HEX triplet: 66, A4 and C4. RGB value is (102,164,196). Sum of RGB (Red+Green+Blue) = 102+164+196=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 196 - color contains mainly: blue. Hex color #66A4C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A4C4 is #995B3B. Grayscale: #949494. Windows color (decimal): -10050364 or 12887142. OLE color: 12887142.
HSL color Cylindrical-coordinate representation of color #66A4C4: hue angle of 200.43º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66A4C4 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 164 | 196 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.23 |
| HSL | 200.43º | 0.44% | 0.58% | - |
| HSV(B) | 200.43º | 0.48% | 0.77% | - |
| XYZ | 28.72 | 33.36 | 57.15 | - |
| YUV | 149.11 | 154.46 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 164 | 196 | 0.48 | 0.16 | 0 | 0.23 | 200.43 | 0.44 | 0.58 |
| Hex | 66 | A4 | C4 | 30 | 10 | 0 | 17 | C8 | 2C | 3A |
| Octal | 146 | 244 | 304 | 60 | 20 | 0 | 27 | 310 | 54 | 72 |
| Binary | 1100110 | 10100100 | 11000100 | 110000 | 10000 | 0 | 10111 | 11001000 | 101100 | 111010 |
Color Harmonies of #66A4C4
Complementary color
Monochromatic Colors of #66A4C4
Black with #66A4C4
Text Example
Text Example
White with #66A4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A4C4; }
p { color: rgb(102,164,196); }
H1.HeaderClassName
{
color: #66A4C4;
}
.AnyTagClassName
{
color: #66A4C4;
}
</style>
background-color css
<style>
a { background-color: #66A4C4; }
a { background-color: rgb(102,164,196); }
div.DivClassName
{
background-color: #66A4C4;
}
.BgClassName
{
background-color: #66A4C4;
}
</style>
border-color css
<style>
span { border-color: #66A4C4; }
span { border-color: rgb(102,164,196); }
td.TdClassName
{
border-color: #66A4C4;
}
.TagClassName
{
border-color: #66A4C4;
}
</style>