Shades of Shakespeare #6099AE
Tints of Shakespeare #6099AE
RGB
CMYK
RGB Variations
Color information
#6099AE (or 0x6099AE) is known color: Shakespeare. HEX triplet: 60, 99 and AE. RGB value is (96,153,174). Sum of RGB (Red+Green+Blue) = 96+153+174=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #6099AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6099AE is #9F6651. Grayscale: #8A8A8A. Windows color (decimal): -10446418 or 11442528. OLE color: 11442528.
HSL color Cylindrical-coordinate representation of color #6099AE: hue angle of 196.15º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6099AE is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 153 | 174 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.32 |
| HSL | 196.15º | 0.33% | 0.53% | - |
| HSV(B) | 196.15º | 0.45% | 0.68% | - |
| XYZ | 23.86 | 28.33 | 44.25 | - |
| YUV | 138.35 | 148.12 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 174 | 0.45 | 0.12 | 0 | 0.32 | 196.15 | 0.33 | 0.53 |
| Hex | 60 | 99 | AE | 2D | C | 0 | 20 | C4 | 20 | 35 |
| Octal | 140 | 231 | 256 | 55 | 14 | 0 | 40 | 304 | 40 | 65 |
| Binary | 1100000 | 10011001 | 10101110 | 101101 | 1100 | 0 | 100000 | 11000100 | 100000 | 110101 |
Color Harmonies of #6099AE
Complementary color
Monochromatic Colors of #6099AE
Black with #6099AE
Text Example
Text Example
White with #6099AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6099AE; }
p { color: rgb(96,153,174); }
H1.HeaderClassName
{
color: #6099AE;
}
.AnyTagClassName
{
color: #6099AE;
}
</style>
background-color css
<style>
a { background-color: #6099AE; }
a { background-color: rgb(96,153,174); }
div.DivClassName
{
background-color: #6099AE;
}
.BgClassName
{
background-color: #6099AE;
}
</style>
border-color css
<style>
span { border-color: #6099AE; }
span { border-color: rgb(96,153,174); }
td.TdClassName
{
border-color: #6099AE;
}
.TagClassName
{
border-color: #6099AE;
}
</style>