Shades of Shakespeare #6199B9
Tints of Shakespeare #6199B9
RGB
CMYK
RGB Variations
Color information
#6199B9 (or 0x6199B9) is known color: Shakespeare. HEX triplet: 61, 99 and B9. RGB value is (97,153,185). Sum of RGB (Red+Green+Blue) = 97+153+185=435 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.30% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 185 - color contains mainly: blue. Hex color #6199B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6199B9 is #9E6646. Grayscale: #8B8B8B. Windows color (decimal): -10380871 or 12163425. OLE color: 12163425.
HSL color Cylindrical-coordinate representation of color #6199B9: hue angle of 201.82º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6199B9 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 153 | 185 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.27 |
| HSL | 201.82º | 0.39% | 0.55% | - |
| HSV(B) | 201.82º | 0.48% | 0.73% | - |
| XYZ | 25.08 | 28.83 | 50.14 | - |
| YUV | 139.9 | 153.45 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 153 | 185 | 0.48 | 0.17 | 0 | 0.27 | 201.82 | 0.39 | 0.55 |
| Hex | 61 | 99 | B9 | 30 | 11 | 0 | 1B | CA | 27 | 37 |
| Octal | 141 | 231 | 271 | 60 | 21 | 0 | 33 | 312 | 47 | 67 |
| Binary | 1100001 | 10011001 | 10111001 | 110000 | 10001 | 0 | 11011 | 11001010 | 100111 | 110111 |
Color Harmonies of #6199B9
Complementary color
Monochromatic Colors of #6199B9
Black with #6199B9
Text Example
Text Example
White with #6199B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6199B9; }
p { color: rgb(97,153,185); }
H1.HeaderClassName
{
color: #6199B9;
}
.AnyTagClassName
{
color: #6199B9;
}
</style>
background-color css
<style>
a { background-color: #6199B9; }
a { background-color: rgb(97,153,185); }
div.DivClassName
{
background-color: #6199B9;
}
.BgClassName
{
background-color: #6199B9;
}
</style>
border-color css
<style>
span { border-color: #6199B9; }
span { border-color: rgb(97,153,185); }
td.TdClassName
{
border-color: #6199B9;
}
.TagClassName
{
border-color: #6199B9;
}
</style>