Shades of Shakespeare #6198AE
Tints of Shakespeare #6198AE
RGB
CMYK
RGB Variations
Color information
#6198AE (or 0x6198AE) is known color: Shakespeare. HEX triplet: 61, 98 and AE. RGB value is (97,152,174). Sum of RGB (Red+Green+Blue) = 97+152+174=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 152 (59.77% from 255 or 35.93% 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 #6198AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6198AE is #9E6751. Grayscale: #898989. Windows color (decimal): -10381138 or 11442273. OLE color: 11442273.
HSL color Cylindrical-coordinate representation of color #6198AE: hue angle of 197.14º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6198AE is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 152 | 174 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.32 |
| HSL | 197.14º | 0.32% | 0.53% | - |
| HSV(B) | 197.14º | 0.44% | 0.68% | - |
| XYZ | 23.8 | 28.05 | 44.21 | - |
| YUV | 138.06 | 148.28 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 152 | 174 | 0.44 | 0.13 | 0 | 0.32 | 197.14 | 0.32 | 0.53 |
| Hex | 61 | 98 | AE | 2C | D | 0 | 20 | C5 | 20 | 35 |
| Octal | 141 | 230 | 256 | 54 | 15 | 0 | 40 | 305 | 40 | 65 |
| Binary | 1100001 | 10011000 | 10101110 | 101100 | 1101 | 0 | 100000 | 11000101 | 100000 | 110101 |
Color Harmonies of #6198AE
Complementary color
Monochromatic Colors of #6198AE
Black with #6198AE
Text Example
Text Example
White with #6198AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6198AE; }
p { color: rgb(97,152,174); }
H1.HeaderClassName
{
color: #6198AE;
}
.AnyTagClassName
{
color: #6198AE;
}
</style>
background-color css
<style>
a { background-color: #6198AE; }
a { background-color: rgb(97,152,174); }
div.DivClassName
{
background-color: #6198AE;
}
.BgClassName
{
background-color: #6198AE;
}
</style>
border-color css
<style>
span { border-color: #6198AE; }
span { border-color: rgb(97,152,174); }
td.TdClassName
{
border-color: #6198AE;
}
.TagClassName
{
border-color: #6198AE;
}
</style>