Shades of Shakespeare #6295BC
Tints of Shakespeare #6295BC
RGB
CMYK
RGB Variations
Color information
#6295BC (or 0x6295BC) is known color: Shakespeare. HEX triplet: 62, 95 and BC. RGB value is (98,149,188). Sum of RGB (Red+Green+Blue) = 98+149+188=435 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.53% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #6295BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6295BC is #9D6A43. Grayscale: #898989. Windows color (decimal): -10316356 or 12359010. OLE color: 12359010.
HSL color Cylindrical-coordinate representation of color #6295BC: hue angle of 206º 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 #6295BC is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 149 | 188 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.26 |
| HSL | 206º | 0.4% | 0.56% | - |
| HSV(B) | 206º | 0.48% | 0.74% | - |
| XYZ | 24.86 | 27.72 | 51.62 | - |
| YUV | 138.2 | 156.1 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 149 | 188 | 0.48 | 0.21 | 0 | 0.26 | 206 | 0.4 | 0.56 |
| Hex | 62 | 95 | BC | 30 | 15 | 0 | 1A | CE | 28 | 38 |
| Octal | 142 | 225 | 274 | 60 | 25 | 0 | 32 | 316 | 50 | 70 |
| Binary | 1100010 | 10010101 | 10111100 | 110000 | 10101 | 0 | 11010 | 11001110 | 101000 | 111000 |
Color Harmonies of #6295BC
Complementary color
Monochromatic Colors of #6295BC
Black with #6295BC
Text Example
Text Example
White with #6295BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6295BC; }
p { color: rgb(98,149,188); }
H1.HeaderClassName
{
color: #6295BC;
}
.AnyTagClassName
{
color: #6295BC;
}
</style>
background-color css
<style>
a { background-color: #6295BC; }
a { background-color: rgb(98,149,188); }
div.DivClassName
{
background-color: #6295BC;
}
.BgClassName
{
background-color: #6295BC;
}
</style>
border-color css
<style>
span { border-color: #6295BC; }
span { border-color: rgb(98,149,188); }
td.TdClassName
{
border-color: #6295BC;
}
.TagClassName
{
border-color: #6295BC;
}
</style>