Shades of Shakespeare #639FC0
Tints of Shakespeare #639FC0
RGB
CMYK
RGB Variations
Color information
#639FC0 (or 0x639FC0) is known color: Shakespeare. HEX triplet: 63, 9F and C0. RGB value is (99,159,192). Sum of RGB (Red+Green+Blue) = 99+159+192=450 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #639FC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639FC0 is #9C603F. Grayscale: #909090. Windows color (decimal): -10248256 or 12623715. OLE color: 12623715.
HSL color Cylindrical-coordinate representation of color #639FC0: hue angle of 201.29º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #639FC0 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 159 | 192 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.25 |
| HSL | 201.29º | 0.42% | 0.57% | - |
| HSV(B) | 201.29º | 0.48% | 0.75% | - |
| XYZ | 27.06 | 31.25 | 54.48 | - |
| YUV | 144.82 | 154.62 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 192 | 0.48 | 0.17 | 0 | 0.25 | 201.29 | 0.42 | 0.57 |
| Hex | 63 | 9F | C0 | 30 | 11 | 0 | 19 | C9 | 2A | 39 |
| Octal | 143 | 237 | 300 | 60 | 21 | 0 | 31 | 311 | 52 | 71 |
| Binary | 1100011 | 10011111 | 11000000 | 110000 | 10001 | 0 | 11001 | 11001001 | 101010 | 111001 |
Color Harmonies of #639FC0
Complementary color
Monochromatic Colors of #639FC0
Black with #639FC0
Text Example
Text Example
White with #639FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639FC0; }
p { color: rgb(99,159,192); }
H1.HeaderClassName
{
color: #639FC0;
}
.AnyTagClassName
{
color: #639FC0;
}
</style>
background-color css
<style>
a { background-color: #639FC0; }
a { background-color: rgb(99,159,192); }
div.DivClassName
{
background-color: #639FC0;
}
.BgClassName
{
background-color: #639FC0;
}
</style>
border-color css
<style>
span { border-color: #639FC0; }
span { border-color: rgb(99,159,192); }
td.TdClassName
{
border-color: #639FC0;
}
.TagClassName
{
border-color: #639FC0;
}
</style>