Shades of Shakespeare #6297B9
Tints of Shakespeare #6297B9
RGB
CMYK
RGB Variations
Color information
#6297B9 (or 0x6297B9) is known color: Shakespeare. HEX triplet: 62, 97 and B9. RGB value is (98,151,185). Sum of RGB (Red+Green+Blue) = 98+151+185=434 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.58% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 185 - color contains mainly: blue. Hex color #6297B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6297B9 is #9D6846. Grayscale: #8A8A8A. Windows color (decimal): -10315847 or 12162914. OLE color: 12162914.
HSL color Cylindrical-coordinate representation of color #6297B9: hue angle of 203.45º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6297B9 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 151 | 185 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.27 |
| HSL | 203.45º | 0.38% | 0.55% | - |
| HSV(B) | 203.45º | 0.47% | 0.73% | - |
| XYZ | 24.86 | 28.23 | 50.04 | - |
| YUV | 139.03 | 153.94 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 151 | 185 | 0.47 | 0.18 | 0 | 0.27 | 203.45 | 0.38 | 0.55 |
| Hex | 62 | 97 | B9 | 2F | 12 | 0 | 1B | CB | 26 | 37 |
| Octal | 142 | 227 | 271 | 57 | 22 | 0 | 33 | 313 | 46 | 67 |
| Binary | 1100010 | 10010111 | 10111001 | 101111 | 10010 | 0 | 11011 | 11001011 | 100110 | 110111 |
Color Harmonies of #6297B9
Complementary color
Monochromatic Colors of #6297B9
Black with #6297B9
Text Example
Text Example
White with #6297B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6297B9; }
p { color: rgb(98,151,185); }
H1.HeaderClassName
{
color: #6297B9;
}
.AnyTagClassName
{
color: #6297B9;
}
</style>
background-color css
<style>
a { background-color: #6297B9; }
a { background-color: rgb(98,151,185); }
div.DivClassName
{
background-color: #6297B9;
}
.BgClassName
{
background-color: #6297B9;
}
</style>
border-color css
<style>
span { border-color: #6297B9; }
span { border-color: rgb(98,151,185); }
td.TdClassName
{
border-color: #6297B9;
}
.TagClassName
{
border-color: #6297B9;
}
</style>