Shades of Shakespeare #6195BC
Tints of Shakespeare #6195BC
RGB
CMYK
RGB Variations
Color information
#6195BC (or 0x6195BC) is known color: Shakespeare. HEX triplet: 61, 95 and BC. RGB value is (97,149,188). Sum of RGB (Red+Green+Blue) = 97+149+188=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #6195BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6195BC is #9E6A43. Grayscale: #898989. Windows color (decimal): -10381892 or 12359009. OLE color: 12359009.
HSL color Cylindrical-coordinate representation of color #6195BC: hue angle of 205.71º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6195BC is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 149 | 188 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.26 |
| HSL | 205.71º | 0.4% | 0.56% | - |
| HSV(B) | 205.71º | 0.48% | 0.74% | - |
| XYZ | 24.75 | 27.67 | 51.61 | - |
| YUV | 137.9 | 156.27 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 188 | 0.48 | 0.21 | 0 | 0.26 | 205.71 | 0.4 | 0.56 |
| Hex | 61 | 95 | BC | 30 | 15 | 0 | 1A | CE | 28 | 38 |
| Octal | 141 | 225 | 274 | 60 | 25 | 0 | 32 | 316 | 50 | 70 |
| Binary | 1100001 | 10010101 | 10111100 | 110000 | 10101 | 0 | 11010 | 11001110 | 101000 | 111000 |
Color Harmonies of #6195BC
Complementary color
Monochromatic Colors of #6195BC
Black with #6195BC
Text Example
Text Example
White with #6195BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6195BC; }
p { color: rgb(97,149,188); }
H1.HeaderClassName
{
color: #6195BC;
}
.AnyTagClassName
{
color: #6195BC;
}
</style>
background-color css
<style>
a { background-color: #6195BC; }
a { background-color: rgb(97,149,188); }
div.DivClassName
{
background-color: #6195BC;
}
.BgClassName
{
background-color: #6195BC;
}
</style>
border-color css
<style>
span { border-color: #6195BC; }
span { border-color: rgb(97,149,188); }
td.TdClassName
{
border-color: #6195BC;
}
.TagClassName
{
border-color: #6195BC;
}
</style>