Shades of Shakespeare #6195AB
Tints of Shakespeare #6195AB
RGB
CMYK
RGB Variations
Color information
#6195AB (or 0x6195AB) is known color: Shakespeare. HEX triplet: 61, 95 and AB. RGB value is (97,149,171). Sum of RGB (Red+Green+Blue) = 97+149+171=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #6195AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6195AB is #9E6A54. Grayscale: #878787. Windows color (decimal): -10381909 or 11244897. OLE color: 11244897.
HSL color Cylindrical-coordinate representation of color #6195AB: hue angle of 197.84º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6195AB is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 149 | 171 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.33 |
| HSL | 197.84º | 0.31% | 0.53% | - |
| HSV(B) | 197.84º | 0.43% | 0.67% | - |
| XYZ | 23.03 | 26.98 | 42.52 | - |
| YUV | 135.96 | 147.77 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 171 | 0.43 | 0.13 | 0 | 0.33 | 197.84 | 0.31 | 0.53 |
| Hex | 61 | 95 | AB | 2B | D | 0 | 21 | C6 | 1F | 35 |
| Octal | 141 | 225 | 253 | 53 | 15 | 0 | 41 | 306 | 37 | 65 |
| Binary | 1100001 | 10010101 | 10101011 | 101011 | 1101 | 0 | 100001 | 11000110 | 11111 | 110101 |
Color Harmonies of #6195AB
Complementary color
Monochromatic Colors of #6195AB
Black with #6195AB
Text Example
Text Example
White with #6195AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6195AB; }
p { color: rgb(97,149,171); }
H1.HeaderClassName
{
color: #6195AB;
}
.AnyTagClassName
{
color: #6195AB;
}
</style>
background-color css
<style>
a { background-color: #6195AB; }
a { background-color: rgb(97,149,171); }
div.DivClassName
{
background-color: #6195AB;
}
.BgClassName
{
background-color: #6195AB;
}
</style>
border-color css
<style>
span { border-color: #6195AB; }
span { border-color: rgb(97,149,171); }
td.TdClassName
{
border-color: #6195AB;
}
.TagClassName
{
border-color: #6195AB;
}
</style>