Shades of Shakespeare #659BAD
Tints of Shakespeare #659BAD
RGB
CMYK
RGB Variations
Color information
#659BAD (or 0x659BAD) is known color: Shakespeare. HEX triplet: 65, 9B and AD. RGB value is (101,155,173). Sum of RGB (Red+Green+Blue) = 101+155+173=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #659BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659BAD is #9A6452. Grayscale: #8C8C8C. Windows color (decimal): -10118227 or 11377509. OLE color: 11377509.
HSL color Cylindrical-coordinate representation of color #659BAD: hue angle of 195º 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 #659BAD is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 155 | 173 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.32 |
| HSL | 195º | 0.31% | 0.54% | - |
| HSV(B) | 195º | 0.42% | 0.68% | - |
| XYZ | 24.63 | 29.23 | 43.88 | - |
| YUV | 140.91 | 146.11 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 155 | 173 | 0.42 | 0.10 | 0 | 0.32 | 195 | 0.31 | 0.54 |
| Hex | 65 | 9B | AD | 2A | A | 0 | 20 | C3 | 1F | 36 |
| Octal | 145 | 233 | 255 | 52 | 12 | 0 | 40 | 303 | 37 | 66 |
| Binary | 1100101 | 10011011 | 10101101 | 101010 | 1010 | 0 | 100000 | 11000011 | 11111 | 110110 |
Color Harmonies of #659BAD
Complementary color
Monochromatic Colors of #659BAD
Black with #659BAD
Text Example
Text Example
White with #659BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659BAD; }
p { color: rgb(101,155,173); }
H1.HeaderClassName
{
color: #659BAD;
}
.AnyTagClassName
{
color: #659BAD;
}
</style>
background-color css
<style>
a { background-color: #659BAD; }
a { background-color: rgb(101,155,173); }
div.DivClassName
{
background-color: #659BAD;
}
.BgClassName
{
background-color: #659BAD;
}
</style>
border-color css
<style>
span { border-color: #659BAD; }
span { border-color: rgb(101,155,173); }
td.TdClassName
{
border-color: #659BAD;
}
.TagClassName
{
border-color: #659BAD;
}
</style>