Shades of Shakespeare #659EBA
Tints of Shakespeare #659EBA
RGB
CMYK
RGB Variations
Color information
#659EBA (or 0x659EBA) is known color: Shakespeare. HEX triplet: 65, 9E and BA. RGB value is (101,158,186). Sum of RGB (Red+Green+Blue) = 101+158+186=445 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.70% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #659EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659EBA is #9A6145. Grayscale: #8F8F8F. Windows color (decimal): -10117446 or 12230245. OLE color: 12230245.
HSL color Cylindrical-coordinate representation of color #659EBA: hue angle of 199.76º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #659EBA is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 158 | 186 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.27 |
| HSL | 199.76º | 0.38% | 0.56% | - |
| HSV(B) | 199.76º | 0.46% | 0.73% | - |
| XYZ | 26.46 | 30.77 | 51 | - |
| YUV | 144.15 | 151.62 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 158 | 186 | 0.46 | 0.15 | 0 | 0.27 | 199.76 | 0.38 | 0.56 |
| Hex | 65 | 9E | BA | 2E | F | 0 | 1B | C8 | 26 | 38 |
| Octal | 145 | 236 | 272 | 56 | 17 | 0 | 33 | 310 | 46 | 70 |
| Binary | 1100101 | 10011110 | 10111010 | 101110 | 1111 | 0 | 11011 | 11001000 | 100110 | 111000 |
Color Harmonies of #659EBA
Complementary color
Monochromatic Colors of #659EBA
Black with #659EBA
Text Example
Text Example
White with #659EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659EBA; }
p { color: rgb(101,158,186); }
H1.HeaderClassName
{
color: #659EBA;
}
.AnyTagClassName
{
color: #659EBA;
}
</style>
background-color css
<style>
a { background-color: #659EBA; }
a { background-color: rgb(101,158,186); }
div.DivClassName
{
background-color: #659EBA;
}
.BgClassName
{
background-color: #659EBA;
}
</style>
border-color css
<style>
span { border-color: #659EBA; }
span { border-color: rgb(101,158,186); }
td.TdClassName
{
border-color: #659EBA;
}
.TagClassName
{
border-color: #659EBA;
}
</style>