Shades of Shakespeare #6194AE
Tints of Shakespeare #6194AE
RGB
CMYK
RGB Variations
Color information
#6194AE (or 0x6194AE) is known color: Shakespeare. HEX triplet: 61, 94 and AE. RGB value is (97,148,174). Sum of RGB (Red+Green+Blue) = 97+148+174=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #6194AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6194AE is #9E6B51. Grayscale: #878787. Windows color (decimal): -10382162 or 11441249. OLE color: 11441249.
HSL color Cylindrical-coordinate representation of color #6194AE: hue angle of 200.26º 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 #6194AE is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 148 | 174 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.32 |
| HSL | 200.26º | 0.32% | 0.53% | - |
| HSV(B) | 200.26º | 0.44% | 0.68% | - |
| XYZ | 23.16 | 26.78 | 43.99 | - |
| YUV | 135.72 | 149.6 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 148 | 174 | 0.44 | 0.15 | 0 | 0.32 | 200.26 | 0.32 | 0.53 |
| Hex | 61 | 94 | AE | 2C | F | 0 | 20 | C8 | 20 | 35 |
| Octal | 141 | 224 | 256 | 54 | 17 | 0 | 40 | 310 | 40 | 65 |
| Binary | 1100001 | 10010100 | 10101110 | 101100 | 1111 | 0 | 100000 | 11001000 | 100000 | 110101 |
Color Harmonies of #6194AE
Complementary color
Monochromatic Colors of #6194AE
Black with #6194AE
Text Example
Text Example
White with #6194AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6194AE; }
p { color: rgb(97,148,174); }
H1.HeaderClassName
{
color: #6194AE;
}
.AnyTagClassName
{
color: #6194AE;
}
</style>
background-color css
<style>
a { background-color: #6194AE; }
a { background-color: rgb(97,148,174); }
div.DivClassName
{
background-color: #6194AE;
}
.BgClassName
{
background-color: #6194AE;
}
</style>
border-color css
<style>
span { border-color: #6194AE; }
span { border-color: rgb(97,148,174); }
td.TdClassName
{
border-color: #6194AE;
}
.TagClassName
{
border-color: #6194AE;
}
</style>