Shades of Shakespeare #639AAA
Tints of Shakespeare #639AAA
RGB
CMYK
RGB Variations
Color information
#639AAA (or 0x639AAA) is known color: Shakespeare. HEX triplet: 63, 9A and AA. RGB value is (99,154,170). Sum of RGB (Red+Green+Blue) = 99+154+170=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #639AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639AAA is #9C6555. Grayscale: #8B8B8B. Windows color (decimal): -10249558 or 11180643. OLE color: 11180643.
HSL color Cylindrical-coordinate representation of color #639AAA: hue angle of 193.52º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #639AAA is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 154 | 170 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.33 |
| HSL | 193.52º | 0.29% | 0.53% | - |
| HSV(B) | 193.52º | 0.42% | 0.67% | - |
| XYZ | 23.96 | 28.67 | 42.3 | - |
| YUV | 139.38 | 145.28 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 154 | 170 | 0.42 | 0.09 | 0 | 0.33 | 193.52 | 0.29 | 0.53 |
| Hex | 63 | 9A | AA | 2A | 9 | 0 | 21 | C2 | 1D | 35 |
| Octal | 143 | 232 | 252 | 52 | 11 | 0 | 41 | 302 | 35 | 65 |
| Binary | 1100011 | 10011010 | 10101010 | 101010 | 1001 | 0 | 100001 | 11000010 | 11101 | 110101 |
Color Harmonies of #639AAA
Complementary color
Monochromatic Colors of #639AAA
Black with #639AAA
Text Example
Text Example
White with #639AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639AAA; }
p { color: rgb(99,154,170); }
H1.HeaderClassName
{
color: #639AAA;
}
.AnyTagClassName
{
color: #639AAA;
}
</style>
background-color css
<style>
a { background-color: #639AAA; }
a { background-color: rgb(99,154,170); }
div.DivClassName
{
background-color: #639AAA;
}
.BgClassName
{
background-color: #639AAA;
}
</style>
border-color css
<style>
span { border-color: #639AAA; }
span { border-color: rgb(99,154,170); }
td.TdClassName
{
border-color: #639AAA;
}
.TagClassName
{
border-color: #639AAA;
}
</style>