Shades of Shakespeare #659DAE
Tints of Shakespeare #659DAE
RGB
CMYK
RGB Variations
Color information
#659DAE (or 0x659DAE) is known color: Shakespeare. HEX triplet: 65, 9D and AE. RGB value is (101,157,174). Sum of RGB (Red+Green+Blue) = 101+157+174=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #659DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659DAE is #9A6251. Grayscale: #8E8E8E. Windows color (decimal): -10117714 or 11443557. OLE color: 11443557.
HSL color Cylindrical-coordinate representation of color #659DAE: hue angle of 193.97º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #659DAE is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 157 | 174 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.32 |
| HSL | 193.97º | 0.31% | 0.54% | - |
| HSV(B) | 193.97º | 0.42% | 0.68% | - |
| XYZ | 25.06 | 29.94 | 44.5 | - |
| YUV | 142.19 | 145.95 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 174 | 0.42 | 0.10 | 0 | 0.32 | 193.97 | 0.31 | 0.54 |
| Hex | 65 | 9D | AE | 2A | A | 0 | 20 | C2 | 1F | 36 |
| Octal | 145 | 235 | 256 | 52 | 12 | 0 | 40 | 302 | 37 | 66 |
| Binary | 1100101 | 10011101 | 10101110 | 101010 | 1010 | 0 | 100000 | 11000010 | 11111 | 110110 |
Color Harmonies of #659DAE
Complementary color
Monochromatic Colors of #659DAE
Black with #659DAE
Text Example
Text Example
White with #659DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659DAE; }
p { color: rgb(101,157,174); }
H1.HeaderClassName
{
color: #659DAE;
}
.AnyTagClassName
{
color: #659DAE;
}
</style>
background-color css
<style>
a { background-color: #659DAE; }
a { background-color: rgb(101,157,174); }
div.DivClassName
{
background-color: #659DAE;
}
.BgClassName
{
background-color: #659DAE;
}
</style>
border-color css
<style>
span { border-color: #659DAE; }
span { border-color: rgb(101,157,174); }
td.TdClassName
{
border-color: #659DAE;
}
.TagClassName
{
border-color: #659DAE;
}
</style>