Shades of Shakespeare #6195B6
Tints of Shakespeare #6195B6
RGB
CMYK
RGB Variations
Color information
#6195B6 (or 0x6195B6) is known color: Shakespeare. HEX triplet: 61, 95 and B6. RGB value is (97,149,182). Sum of RGB (Red+Green+Blue) = 97+149+182=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 182 (71.48% from 255 or 42.52% from 428); Max value from RGB is 182 - color contains mainly: blue. Hex color #6195B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6195B6 is #9E6A49. Grayscale: #898989. Windows color (decimal): -10381898 or 11965793. OLE color: 11965793.
HSL color Cylindrical-coordinate representation of color #6195B6: hue angle of 203.29º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6195B6 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 149 | 182 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.29 |
| HSL | 203.29º | 0.37% | 0.55% | - |
| HSV(B) | 203.29º | 0.47% | 0.71% | - |
| XYZ | 24.12 | 27.41 | 48.28 | - |
| YUV | 137.21 | 153.27 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 182 | 0.47 | 0.18 | 0 | 0.29 | 203.29 | 0.37 | 0.55 |
| Hex | 61 | 95 | B6 | 2F | 12 | 0 | 1D | CB | 25 | 37 |
| Octal | 141 | 225 | 266 | 57 | 22 | 0 | 35 | 313 | 45 | 67 |
| Binary | 1100001 | 10010101 | 10110110 | 101111 | 10010 | 0 | 11101 | 11001011 | 100101 | 110111 |
Color Harmonies of #6195B6
Complementary color
Monochromatic Colors of #6195B6
Black with #6195B6
Text Example
Text Example
White with #6195B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6195B6; }
p { color: rgb(97,149,182); }
H1.HeaderClassName
{
color: #6195B6;
}
.AnyTagClassName
{
color: #6195B6;
}
</style>
background-color css
<style>
a { background-color: #6195B6; }
a { background-color: rgb(97,149,182); }
div.DivClassName
{
background-color: #6195B6;
}
.BgClassName
{
background-color: #6195B6;
}
</style>
border-color css
<style>
span { border-color: #6195B6; }
span { border-color: rgb(97,149,182); }
td.TdClassName
{
border-color: #6195B6;
}
.TagClassName
{
border-color: #6195B6;
}
</style>