Shades of Shakespeare #639BB8
Tints of Shakespeare #639BB8
RGB
CMYK
RGB Variations
Color information
#639BB8 (or 0x639BB8) is known color: Shakespeare. HEX triplet: 63, 9B and B8. RGB value is (99,155,184). Sum of RGB (Red+Green+Blue) = 99+155+184=438 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.60% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 184 (72.27% from 255 or 42.01% from 438); Max value from RGB is 184 - color contains mainly: blue. Hex color #639BB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639BB8 is #9C6447. Grayscale: #8D8D8D. Windows color (decimal): -10249288 or 12098403. OLE color: 12098403.
HSL color Cylindrical-coordinate representation of color #639BB8: hue angle of 200.47º 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 #639BB8 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 99 | 155 | 184 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.28 |
| HSL | 200.47º | 0.37% | 0.55% | - |
| HSV(B) | 200.47º | 0.46% | 0.72% | - |
| XYZ | 25.52 | 29.56 | 49.71 | - |
| YUV | 141.56 | 151.95 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 184 | 0.46 | 0.16 | 0 | 0.28 | 200.47 | 0.37 | 0.55 |
| Hex | 63 | 9B | B8 | 2E | 10 | 0 | 1C | C8 | 25 | 37 |
| Octal | 143 | 233 | 270 | 56 | 20 | 0 | 34 | 310 | 45 | 67 |
| Binary | 1100011 | 10011011 | 10111000 | 101110 | 10000 | 0 | 11100 | 11001000 | 100101 | 110111 |
Color Harmonies of #639BB8
Complementary color
Monochromatic Colors of #639BB8
Black with #639BB8
Text Example
Text Example
White with #639BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639BB8; }
p { color: rgb(99,155,184); }
H1.HeaderClassName
{
color: #639BB8;
}
.AnyTagClassName
{
color: #639BB8;
}
</style>
background-color css
<style>
a { background-color: #639BB8; }
a { background-color: rgb(99,155,184); }
div.DivClassName
{
background-color: #639BB8;
}
.BgClassName
{
background-color: #639BB8;
}
</style>
border-color css
<style>
span { border-color: #639BB8; }
span { border-color: rgb(99,155,184); }
td.TdClassName
{
border-color: #639BB8;
}
.TagClassName
{
border-color: #639BB8;
}
</style>