Shades of Shakespeare #659DB2
Tints of Shakespeare #659DB2
RGB
CMYK
RGB Variations
Color information
#659DB2 (or 0x659DB2) is known color: Shakespeare. HEX triplet: 65, 9D and B2. RGB value is (101,157,178). Sum of RGB (Red+Green+Blue) = 101+157+178=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 178 - color contains mainly: blue. Hex color #659DB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659DB2 is #9A624D. Grayscale: #8E8E8E. Windows color (decimal): -10117710 or 11705701. OLE color: 11705701.
HSL color Cylindrical-coordinate representation of color #659DB2: hue angle of 196.36º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #659DB2 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 157 | 178 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.30 |
| HSL | 196.36º | 0.33% | 0.55% | - |
| HSV(B) | 196.36º | 0.43% | 0.7% | - |
| XYZ | 25.46 | 30.1 | 46.59 | - |
| YUV | 142.65 | 147.95 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 178 | 0.43 | 0.12 | 0 | 0.30 | 196.36 | 0.33 | 0.55 |
| Hex | 65 | 9D | B2 | 2B | C | 0 | 1E | C4 | 21 | 37 |
| Octal | 145 | 235 | 262 | 53 | 14 | 0 | 36 | 304 | 41 | 67 |
| Binary | 1100101 | 10011101 | 10110010 | 101011 | 1100 | 0 | 11110 | 11000100 | 100001 | 110111 |
Color Harmonies of #659DB2
Complementary color
Monochromatic Colors of #659DB2
Black with #659DB2
Text Example
Text Example
White with #659DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659DB2; }
p { color: rgb(101,157,178); }
H1.HeaderClassName
{
color: #659DB2;
}
.AnyTagClassName
{
color: #659DB2;
}
</style>
background-color css
<style>
a { background-color: #659DB2; }
a { background-color: rgb(101,157,178); }
div.DivClassName
{
background-color: #659DB2;
}
.BgClassName
{
background-color: #659DB2;
}
</style>
border-color css
<style>
span { border-color: #659DB2; }
span { border-color: rgb(101,157,178); }
td.TdClassName
{
border-color: #659DB2;
}
.TagClassName
{
border-color: #659DB2;
}
</style>