Shades of Shakespeare #659EBD
Tints of Shakespeare #659EBD
RGB
CMYK
RGB Variations
Color information
#659EBD (or 0x659EBD) is known color: Shakespeare. HEX triplet: 65, 9E and BD. RGB value is (101,158,189). Sum of RGB (Red+Green+Blue) = 101+158+189=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #659EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659EBD is #9A6142. Grayscale: #909090. Windows color (decimal): -10117443 or 12426853. OLE color: 12426853.
HSL color Cylindrical-coordinate representation of color #659EBD: hue angle of 201.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #659EBD is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 158 | 189 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.26 |
| HSL | 201.14º | 0.4% | 0.57% | - |
| HSV(B) | 201.14º | 0.47% | 0.74% | - |
| XYZ | 26.78 | 30.89 | 52.7 | - |
| YUV | 144.49 | 153.12 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 158 | 189 | 0.47 | 0.16 | 0 | 0.26 | 201.14 | 0.4 | 0.57 |
| Hex | 65 | 9E | BD | 2F | 10 | 0 | 1A | C9 | 28 | 39 |
| Octal | 145 | 236 | 275 | 57 | 20 | 0 | 32 | 311 | 50 | 71 |
| Binary | 1100101 | 10011110 | 10111101 | 101111 | 10000 | 0 | 11010 | 11001001 | 101000 | 111001 |
Color Harmonies of #659EBD
Complementary color
Monochromatic Colors of #659EBD
Black with #659EBD
Text Example
Text Example
White with #659EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659EBD; }
p { color: rgb(101,158,189); }
H1.HeaderClassName
{
color: #659EBD;
}
.AnyTagClassName
{
color: #659EBD;
}
</style>
background-color css
<style>
a { background-color: #659EBD; }
a { background-color: rgb(101,158,189); }
div.DivClassName
{
background-color: #659EBD;
}
.BgClassName
{
background-color: #659EBD;
}
</style>
border-color css
<style>
span { border-color: #659EBD; }
span { border-color: rgb(101,158,189); }
td.TdClassName
{
border-color: #659EBD;
}
.TagClassName
{
border-color: #659EBD;
}
</style>