Shades of Shakespeare #639DBA
Tints of Shakespeare #639DBA
RGB
CMYK
RGB Variations
Color information
#639DBA (or 0x639DBA) is known color: Shakespeare. HEX triplet: 63, 9D and BA. RGB value is (99,157,186). Sum of RGB (Red+Green+Blue) = 99+157+186=442 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.40% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #639DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639DBA is #9C6245. Grayscale: #8E8E8E. Windows color (decimal): -10248774 or 12229987. OLE color: 12229987.
HSL color Cylindrical-coordinate representation of color #639DBA: hue angle of 200º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #639DBA is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 157 | 186 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.27 |
| HSL | 200º | 0.39% | 0.56% | - |
| HSV(B) | 200º | 0.47% | 0.73% | - |
| XYZ | 26.07 | 30.31 | 50.93 | - |
| YUV | 142.96 | 152.28 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 157 | 186 | 0.47 | 0.16 | 0 | 0.27 | 200 | 0.39 | 0.56 |
| Hex | 63 | 9D | BA | 2F | 10 | 0 | 1B | C8 | 27 | 38 |
| Octal | 143 | 235 | 272 | 57 | 20 | 0 | 33 | 310 | 47 | 70 |
| Binary | 1100011 | 10011101 | 10111010 | 101111 | 10000 | 0 | 11011 | 11001000 | 100111 | 111000 |
Color Harmonies of #639DBA
Complementary color
Monochromatic Colors of #639DBA
Black with #639DBA
Text Example
Text Example
White with #639DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639DBA; }
p { color: rgb(99,157,186); }
H1.HeaderClassName
{
color: #639DBA;
}
.AnyTagClassName
{
color: #639DBA;
}
</style>
background-color css
<style>
a { background-color: #639DBA; }
a { background-color: rgb(99,157,186); }
div.DivClassName
{
background-color: #639DBA;
}
.BgClassName
{
background-color: #639DBA;
}
</style>
border-color css
<style>
span { border-color: #639DBA; }
span { border-color: rgb(99,157,186); }
td.TdClassName
{
border-color: #639DBA;
}
.TagClassName
{
border-color: #639DBA;
}
</style>