Shades of Shakespeare #6297BB
Tints of Shakespeare #6297BB
RGB
CMYK
RGB Variations
Color information
#6297BB (or 0x6297BB) is known color: Shakespeare. HEX triplet: 62, 97 and BB. RGB value is (98,151,187). Sum of RGB (Red+Green+Blue) = 98+151+187=436 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.48% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #6297BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6297BB is #9D6844. Grayscale: #8B8B8B. Windows color (decimal): -10315845 or 12293986. OLE color: 12293986.
HSL color Cylindrical-coordinate representation of color #6297BB: hue angle of 204.27º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6297BB is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 151 | 187 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.27 |
| HSL | 204.27º | 0.4% | 0.56% | - |
| HSV(B) | 204.27º | 0.48% | 0.73% | - |
| XYZ | 25.07 | 28.32 | 51.16 | - |
| YUV | 139.26 | 154.94 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 151 | 187 | 0.48 | 0.19 | 0 | 0.27 | 204.27 | 0.4 | 0.56 |
| Hex | 62 | 97 | BB | 30 | 13 | 0 | 1B | CC | 28 | 38 |
| Octal | 142 | 227 | 273 | 60 | 23 | 0 | 33 | 314 | 50 | 70 |
| Binary | 1100010 | 10010111 | 10111011 | 110000 | 10011 | 0 | 11011 | 11001100 | 101000 | 111000 |
Color Harmonies of #6297BB
Complementary color
Monochromatic Colors of #6297BB
Black with #6297BB
Text Example
Text Example
White with #6297BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6297BB; }
p { color: rgb(98,151,187); }
H1.HeaderClassName
{
color: #6297BB;
}
.AnyTagClassName
{
color: #6297BB;
}
</style>
background-color css
<style>
a { background-color: #6297BB; }
a { background-color: rgb(98,151,187); }
div.DivClassName
{
background-color: #6297BB;
}
.BgClassName
{
background-color: #6297BB;
}
</style>
border-color css
<style>
span { border-color: #6297BB; }
span { border-color: rgb(98,151,187); }
td.TdClassName
{
border-color: #6297BB;
}
.TagClassName
{
border-color: #6297BB;
}
</style>