Shades of Shakespeare #6199BC
Tints of Shakespeare #6199BC
RGB
CMYK
RGB Variations
Color information
#6199BC (or 0x6199BC) is known color: Shakespeare. HEX triplet: 61, 99 and BC. RGB value is (97,153,188). Sum of RGB (Red+Green+Blue) = 97+153+188=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #6199BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6199BC is #9E6643. Grayscale: #8C8C8C. Windows color (decimal): -10380868 or 12360033. OLE color: 12360033.
HSL color Cylindrical-coordinate representation of color #6199BC: hue angle of 203.08º 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 #6199BC is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 153 | 188 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.26 |
| HSL | 203.08º | 0.4% | 0.56% | - |
| HSV(B) | 203.08º | 0.48% | 0.74% | - |
| XYZ | 25.4 | 28.95 | 51.83 | - |
| YUV | 140.25 | 154.95 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 153 | 188 | 0.48 | 0.19 | 0 | 0.26 | 203.08 | 0.4 | 0.56 |
| Hex | 61 | 99 | BC | 30 | 13 | 0 | 1A | CB | 28 | 38 |
| Octal | 141 | 231 | 274 | 60 | 23 | 0 | 32 | 313 | 50 | 70 |
| Binary | 1100001 | 10011001 | 10111100 | 110000 | 10011 | 0 | 11010 | 11001011 | 101000 | 111000 |
Color Harmonies of #6199BC
Complementary color
Monochromatic Colors of #6199BC
Black with #6199BC
Text Example
Text Example
White with #6199BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6199BC; }
p { color: rgb(97,153,188); }
H1.HeaderClassName
{
color: #6199BC;
}
.AnyTagClassName
{
color: #6199BC;
}
</style>
background-color css
<style>
a { background-color: #6199BC; }
a { background-color: rgb(97,153,188); }
div.DivClassName
{
background-color: #6199BC;
}
.BgClassName
{
background-color: #6199BC;
}
</style>
border-color css
<style>
span { border-color: #6199BC; }
span { border-color: rgb(97,153,188); }
td.TdClassName
{
border-color: #6199BC;
}
.TagClassName
{
border-color: #6199BC;
}
</style>