Shades of Shakespeare #639CC1
Tints of Shakespeare #639CC1
RGB
CMYK
RGB Variations
Color information
#639CC1 (or 0x639CC1) is known color: Shakespeare. HEX triplet: 63, 9C and C1. RGB value is (99,156,193). Sum of RGB (Red+Green+Blue) = 99+156+193=448 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.10% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #639CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CC1 is #9C633E. Grayscale: #8E8E8E. Windows color (decimal): -10249023 or 12688483. OLE color: 12688483.
HSL color Cylindrical-coordinate representation of color #639CC1: hue angle of 203.62º 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 #639CC1 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 156 | 193 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.24 |
| HSL | 203.62º | 0.43% | 0.57% | - |
| HSV(B) | 203.62º | 0.49% | 0.76% | - |
| XYZ | 26.66 | 30.28 | 54.89 | - |
| YUV | 143.18 | 156.12 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 156 | 193 | 0.49 | 0.19 | 0 | 0.24 | 203.62 | 0.43 | 0.57 |
| Hex | 63 | 9C | C1 | 31 | 13 | 0 | 18 | CC | 2B | 39 |
| Octal | 143 | 234 | 301 | 61 | 23 | 0 | 30 | 314 | 53 | 71 |
| Binary | 1100011 | 10011100 | 11000001 | 110001 | 10011 | 0 | 11000 | 11001100 | 101011 | 111001 |
Color Harmonies of #639CC1
Complementary color
Monochromatic Colors of #639CC1
Black with #639CC1
Text Example
Text Example
White with #639CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639CC1; }
p { color: rgb(99,156,193); }
H1.HeaderClassName
{
color: #639CC1;
}
.AnyTagClassName
{
color: #639CC1;
}
</style>
background-color css
<style>
a { background-color: #639CC1; }
a { background-color: rgb(99,156,193); }
div.DivClassName
{
background-color: #639CC1;
}
.BgClassName
{
background-color: #639CC1;
}
</style>
border-color css
<style>
span { border-color: #639CC1; }
span { border-color: rgb(99,156,193); }
td.TdClassName
{
border-color: #639CC1;
}
.TagClassName
{
border-color: #639CC1;
}
</style>