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