Shades of Shakespeare #639EAC
Tints of Shakespeare #639EAC
RGB
CMYK
RGB Variations
Color information
#639EAC (or 0x639EAC) is known color: Shakespeare. HEX triplet: 63, 9E and AC. RGB value is (99,158,172). Sum of RGB (Red+Green+Blue) = 99+158+172=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #639EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639EAC is #9C6153. Grayscale: #8D8D8D. Windows color (decimal): -10248532 or 11312739. OLE color: 11312739.
HSL color Cylindrical-coordinate representation of color #639EAC: hue angle of 191.51º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #639EAC is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 158 | 172 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.33 |
| HSL | 191.51º | 0.31% | 0.53% | - |
| HSV(B) | 191.51º | 0.42% | 0.67% | - |
| XYZ | 24.82 | 30.08 | 43.53 | - |
| YUV | 141.96 | 144.95 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 158 | 172 | 0.42 | 0.08 | 0 | 0.33 | 191.51 | 0.31 | 0.53 |
| Hex | 63 | 9E | AC | 2A | 8 | 0 | 21 | C0 | 1F | 35 |
| Octal | 143 | 236 | 254 | 52 | 10 | 0 | 41 | 300 | 37 | 65 |
| Binary | 1100011 | 10011110 | 10101100 | 101010 | 1000 | 0 | 100001 | 11000000 | 11111 | 110101 |
Color Harmonies of #639EAC
Complementary color
Monochromatic Colors of #639EAC
Black with #639EAC
Text Example
Text Example
White with #639EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639EAC; }
p { color: rgb(99,158,172); }
H1.HeaderClassName
{
color: #639EAC;
}
.AnyTagClassName
{
color: #639EAC;
}
</style>
background-color css
<style>
a { background-color: #639EAC; }
a { background-color: rgb(99,158,172); }
div.DivClassName
{
background-color: #639EAC;
}
.BgClassName
{
background-color: #639EAC;
}
</style>
border-color css
<style>
span { border-color: #639EAC; }
span { border-color: rgb(99,158,172); }
td.TdClassName
{
border-color: #639EAC;
}
.TagClassName
{
border-color: #639EAC;
}
</style>