Shades of Shakespeare #639CC3
Tints of Shakespeare #639CC3
RGB
CMYK
RGB Variations
Color information
#639CC3 (or 0x639CC3) is known color: Shakespeare. HEX triplet: 63, 9C and C3. RGB value is (99,156,195). Sum of RGB (Red+Green+Blue) = 99+156+195=450 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 195 (76.56% from 255 or 43.33% from 450); Max value from RGB is 195 - color contains mainly: blue. Hex color #639CC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CC3 is #9C633C. Grayscale: #8F8F8F. Windows color (decimal): -10249021 or 12819555. OLE color: 12819555.
HSL color Cylindrical-coordinate representation of color #639CC3: hue angle of 204.38º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #639CC3 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 156 | 195 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.24 |
| HSL | 204.38º | 0.44% | 0.58% | - |
| HSV(B) | 204.38º | 0.49% | 0.76% | - |
| XYZ | 26.88 | 30.37 | 56.07 | - |
| YUV | 143.4 | 157.12 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 156 | 195 | 0.49 | 0.20 | 0 | 0.24 | 204.38 | 0.44 | 0.58 |
| Hex | 63 | 9C | C3 | 31 | 14 | 0 | 18 | CC | 2C | 3A |
| Octal | 143 | 234 | 303 | 61 | 24 | 0 | 30 | 314 | 54 | 72 |
| Binary | 1100011 | 10011100 | 11000011 | 110001 | 10100 | 0 | 11000 | 11001100 | 101100 | 111010 |
Color Harmonies of #639CC3
Complementary color
Monochromatic Colors of #639CC3
Black with #639CC3
Text Example
Text Example
White with #639CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639CC3; }
p { color: rgb(99,156,195); }
H1.HeaderClassName
{
color: #639CC3;
}
.AnyTagClassName
{
color: #639CC3;
}
</style>
background-color css
<style>
a { background-color: #639CC3; }
a { background-color: rgb(99,156,195); }
div.DivClassName
{
background-color: #639CC3;
}
.BgClassName
{
background-color: #639CC3;
}
</style>
border-color css
<style>
span { border-color: #639CC3; }
span { border-color: rgb(99,156,195); }
td.TdClassName
{
border-color: #639CC3;
}
.TagClassName
{
border-color: #639CC3;
}
</style>