Shades of Shakespeare #659FBA
Tints of Shakespeare #659FBA
RGB
CMYK
RGB Variations
Color information
#659FBA (or 0x659FBA) is known color: Shakespeare. HEX triplet: 65, 9F and BA. RGB value is (101,159,186). Sum of RGB (Red+Green+Blue) = 101+159+186=446 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.65% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #659FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659FBA is #9A6045. Grayscale: #909090. Windows color (decimal): -10117190 or 12230501. OLE color: 12230501.
HSL color Cylindrical-coordinate representation of color #659FBA: hue angle of 199.06º 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 #659FBA is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 159 | 186 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.27 |
| HSL | 199.06º | 0.38% | 0.56% | - |
| HSV(B) | 199.06º | 0.46% | 0.73% | - |
| XYZ | 26.63 | 31.11 | 51.06 | - |
| YUV | 144.74 | 151.28 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 186 | 0.46 | 0.15 | 0 | 0.27 | 199.06 | 0.38 | 0.56 |
| Hex | 65 | 9F | BA | 2E | F | 0 | 1B | C7 | 26 | 38 |
| Octal | 145 | 237 | 272 | 56 | 17 | 0 | 33 | 307 | 46 | 70 |
| Binary | 1100101 | 10011111 | 10111010 | 101110 | 1111 | 0 | 11011 | 11000111 | 100110 | 111000 |
Color Harmonies of #659FBA
Complementary color
Monochromatic Colors of #659FBA
Black with #659FBA
Text Example
Text Example
White with #659FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659FBA; }
p { color: rgb(101,159,186); }
H1.HeaderClassName
{
color: #659FBA;
}
.AnyTagClassName
{
color: #659FBA;
}
</style>
background-color css
<style>
a { background-color: #659FBA; }
a { background-color: rgb(101,159,186); }
div.DivClassName
{
background-color: #659FBA;
}
.BgClassName
{
background-color: #659FBA;
}
</style>
border-color css
<style>
span { border-color: #659FBA; }
span { border-color: rgb(101,159,186); }
td.TdClassName
{
border-color: #659FBA;
}
.TagClassName
{
border-color: #659FBA;
}
</style>