Shades of Shakespeare #659DAF
Tints of Shakespeare #659DAF
RGB
CMYK
RGB Variations
Color information
#659DAF (or 0x659DAF) is known color: Shakespeare. HEX triplet: 65, 9D and AF. RGB value is (101,157,175). Sum of RGB (Red+Green+Blue) = 101+157+175=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #659DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659DAF is #9A6250. Grayscale: #8E8E8E. Windows color (decimal): -10117713 or 11509093. OLE color: 11509093.
HSL color Cylindrical-coordinate representation of color #659DAF: hue angle of 194.59º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #659DAF is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 157 | 175 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.31 |
| HSL | 194.59º | 0.32% | 0.54% | - |
| HSV(B) | 194.59º | 0.42% | 0.69% | - |
| XYZ | 25.16 | 29.98 | 45.02 | - |
| YUV | 142.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 175 | 0.42 | 0.10 | 0 | 0.31 | 194.59 | 0.32 | 0.54 |
| Hex | 65 | 9D | AF | 2A | A | 0 | 1F | C3 | 20 | 36 |
| Octal | 145 | 235 | 257 | 52 | 12 | 0 | 37 | 303 | 40 | 66 |
| Binary | 1100101 | 10011101 | 10101111 | 101010 | 1010 | 0 | 11111 | 11000011 | 100000 | 110110 |
Color Harmonies of #659DAF
Complementary color
Monochromatic Colors of #659DAF
Black with #659DAF
Text Example
Text Example
White with #659DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659DAF; }
p { color: rgb(101,157,175); }
H1.HeaderClassName
{
color: #659DAF;
}
.AnyTagClassName
{
color: #659DAF;
}
</style>
background-color css
<style>
a { background-color: #659DAF; }
a { background-color: rgb(101,157,175); }
div.DivClassName
{
background-color: #659DAF;
}
.BgClassName
{
background-color: #659DAF;
}
</style>
border-color css
<style>
span { border-color: #659DAF; }
span { border-color: rgb(101,157,175); }
td.TdClassName
{
border-color: #659DAF;
}
.TagClassName
{
border-color: #659DAF;
}
</style>