Shades of Shakespeare #649BAF
Tints of Shakespeare #649BAF
RGB
CMYK
RGB Variations
Color information
#649BAF (or 0x649BAF) is known color: Shakespeare. HEX triplet: 64, 9B and AF. RGB value is (100,155,175). Sum of RGB (Red+Green+Blue) = 100+155+175=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #649BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649BAF is #9B6450. Grayscale: #8C8C8C. Windows color (decimal): -10183761 or 11508580. OLE color: 11508580.
HSL color Cylindrical-coordinate representation of color #649BAF: hue angle of 196º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #649BAF is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 155 | 175 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.31 |
| HSL | 196º | 0.32% | 0.54% | - |
| HSV(B) | 196º | 0.43% | 0.69% | - |
| XYZ | 24.71 | 29.25 | 44.9 | - |
| YUV | 140.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 175 | 0.43 | 0.11 | 0 | 0.31 | 196 | 0.32 | 0.54 |
| Hex | 64 | 9B | AF | 2B | B | 0 | 1F | C4 | 20 | 36 |
| Octal | 144 | 233 | 257 | 53 | 13 | 0 | 37 | 304 | 40 | 66 |
| Binary | 1100100 | 10011011 | 10101111 | 101011 | 1011 | 0 | 11111 | 11000100 | 100000 | 110110 |
Color Harmonies of #649BAF
Complementary color
Monochromatic Colors of #649BAF
Black with #649BAF
Text Example
Text Example
White with #649BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649BAF; }
p { color: rgb(100,155,175); }
H1.HeaderClassName
{
color: #649BAF;
}
.AnyTagClassName
{
color: #649BAF;
}
</style>
background-color css
<style>
a { background-color: #649BAF; }
a { background-color: rgb(100,155,175); }
div.DivClassName
{
background-color: #649BAF;
}
.BgClassName
{
background-color: #649BAF;
}
</style>
border-color css
<style>
span { border-color: #649BAF; }
span { border-color: rgb(100,155,175); }
td.TdClassName
{
border-color: #649BAF;
}
.TagClassName
{
border-color: #649BAF;
}
</style>