Shades of Shakespeare #639FB8
Tints of Shakespeare #639FB8
RGB
CMYK
RGB Variations
Color information
#639FB8 (or 0x639FB8) is known color: Shakespeare. HEX triplet: 63, 9F and B8. RGB value is (99,159,184). Sum of RGB (Red+Green+Blue) = 99+159+184=442 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.40% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 184 - color contains mainly: blue. Hex color #639FB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639FB8 is #9C6047. Grayscale: #8F8F8F. Windows color (decimal): -10248264 or 12099427. OLE color: 12099427.
HSL color Cylindrical-coordinate representation of color #639FB8: hue angle of 197.65º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #639FB8 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 99 | 159 | 184 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.28 |
| HSL | 197.65º | 0.37% | 0.55% | - |
| HSV(B) | 197.65º | 0.46% | 0.72% | - |
| XYZ | 26.2 | 30.91 | 49.93 | - |
| YUV | 143.91 | 150.62 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 184 | 0.46 | 0.14 | 0 | 0.28 | 197.65 | 0.37 | 0.55 |
| Hex | 63 | 9F | B8 | 2E | E | 0 | 1C | C6 | 25 | 37 |
| Octal | 143 | 237 | 270 | 56 | 16 | 0 | 34 | 306 | 45 | 67 |
| Binary | 1100011 | 10011111 | 10111000 | 101110 | 1110 | 0 | 11100 | 11000110 | 100101 | 110111 |
Color Harmonies of #639FB8
Complementary color
Monochromatic Colors of #639FB8
Black with #639FB8
Text Example
Text Example
White with #639FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639FB8; }
p { color: rgb(99,159,184); }
H1.HeaderClassName
{
color: #639FB8;
}
.AnyTagClassName
{
color: #639FB8;
}
</style>
background-color css
<style>
a { background-color: #639FB8; }
a { background-color: rgb(99,159,184); }
div.DivClassName
{
background-color: #639FB8;
}
.BgClassName
{
background-color: #639FB8;
}
</style>
border-color css
<style>
span { border-color: #639FB8; }
span { border-color: rgb(99,159,184); }
td.TdClassName
{
border-color: #639FB8;
}
.TagClassName
{
border-color: #639FB8;
}
</style>