Shades of Shakespeare #639FAF
Tints of Shakespeare #639FAF
RGB
CMYK
RGB Variations
Color information
#639FAF (or 0x639FAF) is known color: Shakespeare. HEX triplet: 63, 9F and AF. RGB value is (99,159,175). Sum of RGB (Red+Green+Blue) = 99+159+175=433 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.86% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #639FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639FAF is #9C6050. Grayscale: #8E8E8E. Windows color (decimal): -10248273 or 11509603. OLE color: 11509603.
HSL color Cylindrical-coordinate representation of color #639FAF: hue angle of 192.63º 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 #639FAF is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 159 | 175 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.31 |
| HSL | 192.63º | 0.32% | 0.54% | - |
| HSV(B) | 192.63º | 0.43% | 0.69% | - |
| XYZ | 25.28 | 30.54 | 45.12 | - |
| YUV | 142.88 | 146.12 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 175 | 0.43 | 0.09 | 0 | 0.31 | 192.63 | 0.32 | 0.54 |
| Hex | 63 | 9F | AF | 2B | 9 | 0 | 1F | C1 | 20 | 36 |
| Octal | 143 | 237 | 257 | 53 | 11 | 0 | 37 | 301 | 40 | 66 |
| Binary | 1100011 | 10011111 | 10101111 | 101011 | 1001 | 0 | 11111 | 11000001 | 100000 | 110110 |
Color Harmonies of #639FAF
Complementary color
Monochromatic Colors of #639FAF
Black with #639FAF
Text Example
Text Example
White with #639FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639FAF; }
p { color: rgb(99,159,175); }
H1.HeaderClassName
{
color: #639FAF;
}
.AnyTagClassName
{
color: #639FAF;
}
</style>
background-color css
<style>
a { background-color: #639FAF; }
a { background-color: rgb(99,159,175); }
div.DivClassName
{
background-color: #639FAF;
}
.BgClassName
{
background-color: #639FAF;
}
</style>
border-color css
<style>
span { border-color: #639FAF; }
span { border-color: rgb(99,159,175); }
td.TdClassName
{
border-color: #639FAF;
}
.TagClassName
{
border-color: #639FAF;
}
</style>