Shades of Shakespeare #639BAD
Tints of Shakespeare #639BAD
RGB
CMYK
RGB Variations
Color information
#639BAD (or 0x639BAD) is known color: Shakespeare. HEX triplet: 63, 9B and AD. RGB value is (99,155,173). Sum of RGB (Red+Green+Blue) = 99+155+173=427 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.19% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #639BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639BAD is #9C6452. Grayscale: #8C8C8C. Windows color (decimal): -10249299 or 11377507. OLE color: 11377507.
HSL color Cylindrical-coordinate representation of color #639BAD: hue angle of 194.59º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #639BAD is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 155 | 173 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.32 |
| HSL | 194.59º | 0.31% | 0.53% | - |
| HSV(B) | 194.59º | 0.43% | 0.68% | - |
| XYZ | 24.41 | 29.11 | 43.87 | - |
| YUV | 140.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 173 | 0.43 | 0.10 | 0 | 0.32 | 194.59 | 0.31 | 0.53 |
| Hex | 63 | 9B | AD | 2B | A | 0 | 20 | C3 | 1F | 35 |
| Octal | 143 | 233 | 255 | 53 | 12 | 0 | 40 | 303 | 37 | 65 |
| Binary | 1100011 | 10011011 | 10101101 | 101011 | 1010 | 0 | 100000 | 11000011 | 11111 | 110101 |
Color Harmonies of #639BAD
Complementary color
Monochromatic Colors of #639BAD
Black with #639BAD
Text Example
Text Example
White with #639BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639BAD; }
p { color: rgb(99,155,173); }
H1.HeaderClassName
{
color: #639BAD;
}
.AnyTagClassName
{
color: #639BAD;
}
</style>
background-color css
<style>
a { background-color: #639BAD; }
a { background-color: rgb(99,155,173); }
div.DivClassName
{
background-color: #639BAD;
}
.BgClassName
{
background-color: #639BAD;
}
</style>
border-color css
<style>
span { border-color: #639BAD; }
span { border-color: rgb(99,155,173); }
td.TdClassName
{
border-color: #639BAD;
}
.TagClassName
{
border-color: #639BAD;
}
</style>