Shades of Shakespeare #6295AD
Tints of Shakespeare #6295AD
RGB
CMYK
RGB Variations
Color information
#6295AD (or 0x6295AD) is known color: Shakespeare. HEX triplet: 62, 95 and AD. RGB value is (98,149,173). Sum of RGB (Red+Green+Blue) = 98+149+173=420 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.33% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #6295AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6295AD is #9D6A52. Grayscale: #888888. Windows color (decimal): -10316371 or 11375970. OLE color: 11375970.
HSL color Cylindrical-coordinate representation of color #6295AD: hue angle of 199.2º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6295AD is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 149 | 173 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.32 |
| HSL | 199.2º | 0.31% | 0.53% | - |
| HSV(B) | 199.2º | 0.43% | 0.68% | - |
| XYZ | 23.33 | 27.11 | 43.54 | - |
| YUV | 136.49 | 148.6 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 149 | 173 | 0.43 | 0.14 | 0 | 0.32 | 199.2 | 0.31 | 0.53 |
| Hex | 62 | 95 | AD | 2B | E | 0 | 20 | C7 | 1F | 35 |
| Octal | 142 | 225 | 255 | 53 | 16 | 0 | 40 | 307 | 37 | 65 |
| Binary | 1100010 | 10010101 | 10101101 | 101011 | 1110 | 0 | 100000 | 11000111 | 11111 | 110101 |
Color Harmonies of #6295AD
Complementary color
Monochromatic Colors of #6295AD
Black with #6295AD
Text Example
Text Example
White with #6295AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6295AD; }
p { color: rgb(98,149,173); }
H1.HeaderClassName
{
color: #6295AD;
}
.AnyTagClassName
{
color: #6295AD;
}
</style>
background-color css
<style>
a { background-color: #6295AD; }
a { background-color: rgb(98,149,173); }
div.DivClassName
{
background-color: #6295AD;
}
.BgClassName
{
background-color: #6295AD;
}
</style>
border-color css
<style>
span { border-color: #6295AD; }
span { border-color: rgb(98,149,173); }
td.TdClassName
{
border-color: #6295AD;
}
.TagClassName
{
border-color: #6295AD;
}
</style>