Shades of Shakespeare #639FBD
Tints of Shakespeare #639FBD
RGB
CMYK
RGB Variations
Color information
#639FBD (or 0x639FBD) is known color: Shakespeare. HEX triplet: 63, 9F and BD. RGB value is (99,159,189). Sum of RGB (Red+Green+Blue) = 99+159+189=447 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.15% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #639FBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639FBD is #9C6042. Grayscale: #909090. Windows color (decimal): -10248259 or 12427107. OLE color: 12427107.
HSL color Cylindrical-coordinate representation of color #639FBD: hue angle of 200º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #639FBD is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 159 | 189 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.26 |
| HSL | 200º | 0.41% | 0.56% | - |
| HSV(B) | 200º | 0.48% | 0.74% | - |
| XYZ | 26.73 | 31.12 | 52.74 | - |
| YUV | 144.48 | 153.12 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 189 | 0.48 | 0.16 | 0 | 0.26 | 200 | 0.41 | 0.56 |
| Hex | 63 | 9F | BD | 30 | 10 | 0 | 1A | C8 | 29 | 38 |
| Octal | 143 | 237 | 275 | 60 | 20 | 0 | 32 | 310 | 51 | 70 |
| Binary | 1100011 | 10011111 | 10111101 | 110000 | 10000 | 0 | 11010 | 11001000 | 101001 | 111000 |
Color Harmonies of #639FBD
Complementary color
Monochromatic Colors of #639FBD
Black with #639FBD
Text Example
Text Example
White with #639FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639FBD; }
p { color: rgb(99,159,189); }
H1.HeaderClassName
{
color: #639FBD;
}
.AnyTagClassName
{
color: #639FBD;
}
</style>
background-color css
<style>
a { background-color: #639FBD; }
a { background-color: rgb(99,159,189); }
div.DivClassName
{
background-color: #639FBD;
}
.BgClassName
{
background-color: #639FBD;
}
</style>
border-color css
<style>
span { border-color: #639FBD; }
span { border-color: rgb(99,159,189); }
td.TdClassName
{
border-color: #639FBD;
}
.TagClassName
{
border-color: #639FBD;
}
</style>