Shades of Shakespeare #639BBD
Tints of Shakespeare #639BBD
RGB
CMYK
RGB Variations
Color information
#639BBD (or 0x639BBD) is known color: Shakespeare. HEX triplet: 63, 9B and BD. RGB value is (99,155,189). Sum of RGB (Red+Green+Blue) = 99+155+189=443 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.35% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #639BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639BBD is #9C6442. Grayscale: #8D8D8D. Windows color (decimal): -10249283 or 12426083. OLE color: 12426083.
HSL color Cylindrical-coordinate representation of color #639BBD: hue angle of 202.67º 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 #639BBD is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 155 | 189 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.26 |
| HSL | 202.67º | 0.41% | 0.56% | - |
| HSV(B) | 202.67º | 0.48% | 0.74% | - |
| XYZ | 26.05 | 29.77 | 52.52 | - |
| YUV | 142.13 | 154.45 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 189 | 0.48 | 0.18 | 0 | 0.26 | 202.67 | 0.41 | 0.56 |
| Hex | 63 | 9B | BD | 30 | 12 | 0 | 1A | CB | 29 | 38 |
| Octal | 143 | 233 | 275 | 60 | 22 | 0 | 32 | 313 | 51 | 70 |
| Binary | 1100011 | 10011011 | 10111101 | 110000 | 10010 | 0 | 11010 | 11001011 | 101001 | 111000 |
Color Harmonies of #639BBD
Complementary color
Monochromatic Colors of #639BBD
Black with #639BBD
Text Example
Text Example
White with #639BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639BBD; }
p { color: rgb(99,155,189); }
H1.HeaderClassName
{
color: #639BBD;
}
.AnyTagClassName
{
color: #639BBD;
}
</style>
background-color css
<style>
a { background-color: #639BBD; }
a { background-color: rgb(99,155,189); }
div.DivClassName
{
background-color: #639BBD;
}
.BgClassName
{
background-color: #639BBD;
}
</style>
border-color css
<style>
span { border-color: #639BBD; }
span { border-color: rgb(99,155,189); }
td.TdClassName
{
border-color: #639BBD;
}
.TagClassName
{
border-color: #639BBD;
}
</style>