Shades of Shakespeare #639EC1
Tints of Shakespeare #639EC1
RGB
CMYK
RGB Variations
Color information
#639EC1 (or 0x639EC1) is known color: Shakespeare. HEX triplet: 63, 9E and C1. RGB value is (99,158,193). Sum of RGB (Red+Green+Blue) = 99+158+193=450 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #639EC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639EC1 is #9C613E. Grayscale: #909090. Windows color (decimal): -10248511 or 12688995. OLE color: 12688995.
HSL color Cylindrical-coordinate representation of color #639EC1: hue angle of 202.34º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #639EC1 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 158 | 193 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.24 |
| HSL | 202.34º | 0.43% | 0.57% | - |
| HSV(B) | 202.34º | 0.49% | 0.76% | - |
| XYZ | 27 | 30.96 | 55 | - |
| YUV | 144.35 | 155.45 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 158 | 193 | 0.49 | 0.18 | 0 | 0.24 | 202.34 | 0.43 | 0.57 |
| Hex | 63 | 9E | C1 | 31 | 12 | 0 | 18 | CA | 2B | 39 |
| Octal | 143 | 236 | 301 | 61 | 22 | 0 | 30 | 312 | 53 | 71 |
| Binary | 1100011 | 10011110 | 11000001 | 110001 | 10010 | 0 | 11000 | 11001010 | 101011 | 111001 |
Color Harmonies of #639EC1
Complementary color
Monochromatic Colors of #639EC1
Black with #639EC1
Text Example
Text Example
White with #639EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639EC1; }
p { color: rgb(99,158,193); }
H1.HeaderClassName
{
color: #639EC1;
}
.AnyTagClassName
{
color: #639EC1;
}
</style>
background-color css
<style>
a { background-color: #639EC1; }
a { background-color: rgb(99,158,193); }
div.DivClassName
{
background-color: #639EC1;
}
.BgClassName
{
background-color: #639EC1;
}
</style>
border-color css
<style>
span { border-color: #639EC1; }
span { border-color: rgb(99,158,193); }
td.TdClassName
{
border-color: #639EC1;
}
.TagClassName
{
border-color: #639EC1;
}
</style>