Shades of Shakespeare #659DB0
Tints of Shakespeare #659DB0
RGB
CMYK
RGB Variations
Color information
#659DB0 (or 0x659DB0) is known color: Shakespeare. HEX triplet: 65, 9D and B0. RGB value is (101,157,176). Sum of RGB (Red+Green+Blue) = 101+157+176=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 176 - color contains mainly: blue. Hex color #659DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659DB0 is #9A624F. Grayscale: #8E8E8E. Windows color (decimal): -10117712 or 11574629. OLE color: 11574629.
HSL color Cylindrical-coordinate representation of color #659DB0: hue angle of 195.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #659DB0 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 157 | 176 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.31 |
| HSL | 195.2º | 0.32% | 0.54% | - |
| HSV(B) | 195.2º | 0.43% | 0.69% | - |
| XYZ | 25.26 | 30.02 | 45.54 | - |
| YUV | 142.42 | 146.95 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 176 | 0.43 | 0.11 | 0 | 0.31 | 195.2 | 0.32 | 0.54 |
| Hex | 65 | 9D | B0 | 2B | B | 0 | 1F | C3 | 20 | 36 |
| Octal | 145 | 235 | 260 | 53 | 13 | 0 | 37 | 303 | 40 | 66 |
| Binary | 1100101 | 10011101 | 10110000 | 101011 | 1011 | 0 | 11111 | 11000011 | 100000 | 110110 |
Color Harmonies of #659DB0
Complementary color
Monochromatic Colors of #659DB0
Black with #659DB0
Text Example
Text Example
White with #659DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659DB0; }
p { color: rgb(101,157,176); }
H1.HeaderClassName
{
color: #659DB0;
}
.AnyTagClassName
{
color: #659DB0;
}
</style>
background-color css
<style>
a { background-color: #659DB0; }
a { background-color: rgb(101,157,176); }
div.DivClassName
{
background-color: #659DB0;
}
.BgClassName
{
background-color: #659DB0;
}
</style>
border-color css
<style>
span { border-color: #659DB0; }
span { border-color: rgb(101,157,176); }
td.TdClassName
{
border-color: #659DB0;
}
.TagClassName
{
border-color: #659DB0;
}
</style>