Shades of Shakespeare #6599AE
Tints of Shakespeare #6599AE
RGB
CMYK
RGB Variations
Color information
#6599AE (or 0x6599AE) is known color: Shakespeare. HEX triplet: 65, 99 and AE. RGB value is (101,153,174). Sum of RGB (Red+Green+Blue) = 101+153+174=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #6599AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6599AE is #9A6651. Grayscale: #8B8B8B. Windows color (decimal): -10118738 or 11442533. OLE color: 11442533.
HSL color Cylindrical-coordinate representation of color #6599AE: hue angle of 197.26º 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 #6599AE is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 153 | 174 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.32 |
| HSL | 197.26º | 0.31% | 0.54% | - |
| HSV(B) | 197.26º | 0.42% | 0.68% | - |
| XYZ | 24.4 | 28.61 | 44.28 | - |
| YUV | 139.85 | 147.27 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 174 | 0.42 | 0.12 | 0 | 0.32 | 197.26 | 0.31 | 0.54 |
| Hex | 65 | 99 | AE | 2A | C | 0 | 20 | C5 | 1F | 36 |
| Octal | 145 | 231 | 256 | 52 | 14 | 0 | 40 | 305 | 37 | 66 |
| Binary | 1100101 | 10011001 | 10101110 | 101010 | 1100 | 0 | 100000 | 11000101 | 11111 | 110110 |
Color Harmonies of #6599AE
Complementary color
Monochromatic Colors of #6599AE
Black with #6599AE
Text Example
Text Example
White with #6599AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6599AE; }
p { color: rgb(101,153,174); }
H1.HeaderClassName
{
color: #6599AE;
}
.AnyTagClassName
{
color: #6599AE;
}
</style>
background-color css
<style>
a { background-color: #6599AE; }
a { background-color: rgb(101,153,174); }
div.DivClassName
{
background-color: #6599AE;
}
.BgClassName
{
background-color: #6599AE;
}
</style>
border-color css
<style>
span { border-color: #6599AE; }
span { border-color: rgb(101,153,174); }
td.TdClassName
{
border-color: #6599AE;
}
.TagClassName
{
border-color: #6599AE;
}
</style>