Shades of Shakespeare #6195AE
Tints of Shakespeare #6195AE
RGB
CMYK
RGB Variations
Color information
#6195AE (or 0x6195AE) is known color: Shakespeare. HEX triplet: 61, 95 and AE. RGB value is (97,149,174). Sum of RGB (Red+Green+Blue) = 97+149+174=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #6195AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6195AE is #9E6A51. Grayscale: #888888. Windows color (decimal): -10381906 or 11441505. OLE color: 11441505.
HSL color Cylindrical-coordinate representation of color #6195AE: hue angle of 199.48º 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 #6195AE is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 149 | 174 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.32 |
| HSL | 199.48º | 0.32% | 0.53% | - |
| HSV(B) | 199.48º | 0.44% | 0.68% | - |
| XYZ | 23.32 | 27.09 | 44.04 | - |
| YUV | 136.3 | 149.27 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 174 | 0.44 | 0.14 | 0 | 0.32 | 199.48 | 0.32 | 0.53 |
| Hex | 61 | 95 | AE | 2C | E | 0 | 20 | C7 | 20 | 35 |
| Octal | 141 | 225 | 256 | 54 | 16 | 0 | 40 | 307 | 40 | 65 |
| Binary | 1100001 | 10010101 | 10101110 | 101100 | 1110 | 0 | 100000 | 11000111 | 100000 | 110101 |
Color Harmonies of #6195AE
Complementary color
Monochromatic Colors of #6195AE
Black with #6195AE
Text Example
Text Example
White with #6195AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6195AE; }
p { color: rgb(97,149,174); }
H1.HeaderClassName
{
color: #6195AE;
}
.AnyTagClassName
{
color: #6195AE;
}
</style>
background-color css
<style>
a { background-color: #6195AE; }
a { background-color: rgb(97,149,174); }
div.DivClassName
{
background-color: #6195AE;
}
.BgClassName
{
background-color: #6195AE;
}
</style>
border-color css
<style>
span { border-color: #6195AE; }
span { border-color: rgb(97,149,174); }
td.TdClassName
{
border-color: #6195AE;
}
.TagClassName
{
border-color: #6195AE;
}
</style>