Shades of Shakespeare #639EAF
Tints of Shakespeare #639EAF
RGB
CMYK
RGB Variations
Color information
#639EAF (or 0x639EAF) is known color: Shakespeare. HEX triplet: 63, 9E and AF. RGB value is (99,158,175). Sum of RGB (Red+Green+Blue) = 99+158+175=432 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.92% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #639EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639EAF is #9C6150. Grayscale: #8E8E8E. Windows color (decimal): -10248529 or 11509347. OLE color: 11509347.
HSL color Cylindrical-coordinate representation of color #639EAF: hue angle of 193.42º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #639EAF is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 158 | 175 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.31 |
| HSL | 193.42º | 0.32% | 0.54% | - |
| HSV(B) | 193.42º | 0.43% | 0.69% | - |
| XYZ | 25.11 | 30.2 | 45.06 | - |
| YUV | 142.3 | 146.45 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 158 | 175 | 0.43 | 0.10 | 0 | 0.31 | 193.42 | 0.32 | 0.54 |
| Hex | 63 | 9E | AF | 2B | A | 0 | 1F | C1 | 20 | 36 |
| Octal | 143 | 236 | 257 | 53 | 12 | 0 | 37 | 301 | 40 | 66 |
| Binary | 1100011 | 10011110 | 10101111 | 101011 | 1010 | 0 | 11111 | 11000001 | 100000 | 110110 |
Color Harmonies of #639EAF
Complementary color
Monochromatic Colors of #639EAF
Black with #639EAF
Text Example
Text Example
White with #639EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639EAF; }
p { color: rgb(99,158,175); }
H1.HeaderClassName
{
color: #639EAF;
}
.AnyTagClassName
{
color: #639EAF;
}
</style>
background-color css
<style>
a { background-color: #639EAF; }
a { background-color: rgb(99,158,175); }
div.DivClassName
{
background-color: #639EAF;
}
.BgClassName
{
background-color: #639EAF;
}
</style>
border-color css
<style>
span { border-color: #639EAF; }
span { border-color: rgb(99,158,175); }
td.TdClassName
{
border-color: #639EAF;
}
.TagClassName
{
border-color: #639EAF;
}
</style>