Shades of Shakespeare #659EBE
Tints of Shakespeare #659EBE
RGB
CMYK
RGB Variations
Color information
#659EBE (or 0x659EBE) is known color: Shakespeare. HEX triplet: 65, 9E and BE. RGB value is (101,158,190). Sum of RGB (Red+Green+Blue) = 101+158+190=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #659EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659EBE is #9A6141. Grayscale: #909090. Windows color (decimal): -10117442 or 12492389. OLE color: 12492389.
HSL color Cylindrical-coordinate representation of color #659EBE: hue angle of 201.57º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #659EBE is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 158 | 190 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.25 |
| HSL | 201.57º | 0.41% | 0.57% | - |
| HSV(B) | 201.57º | 0.47% | 0.75% | - |
| XYZ | 26.89 | 30.94 | 53.27 | - |
| YUV | 144.61 | 153.62 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 158 | 190 | 0.47 | 0.17 | 0 | 0.25 | 201.57 | 0.41 | 0.57 |
| Hex | 65 | 9E | BE | 2F | 11 | 0 | 19 | CA | 29 | 39 |
| Octal | 145 | 236 | 276 | 57 | 21 | 0 | 31 | 312 | 51 | 71 |
| Binary | 1100101 | 10011110 | 10111110 | 101111 | 10001 | 0 | 11001 | 11001010 | 101001 | 111001 |
Color Harmonies of #659EBE
Complementary color
Monochromatic Colors of #659EBE
Black with #659EBE
Text Example
Text Example
White with #659EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659EBE; }
p { color: rgb(101,158,190); }
H1.HeaderClassName
{
color: #659EBE;
}
.AnyTagClassName
{
color: #659EBE;
}
</style>
background-color css
<style>
a { background-color: #659EBE; }
a { background-color: rgb(101,158,190); }
div.DivClassName
{
background-color: #659EBE;
}
.BgClassName
{
background-color: #659EBE;
}
</style>
border-color css
<style>
span { border-color: #659EBE; }
span { border-color: rgb(101,158,190); }
td.TdClassName
{
border-color: #659EBE;
}
.TagClassName
{
border-color: #659EBE;
}
</style>