Shades of Shakespeare #6299AD
Tints of Shakespeare #6299AD
RGB
CMYK
RGB Variations
Color information
#6299AD (or 0x6299AD) is known color: Shakespeare. HEX triplet: 62, 99 and AD. RGB value is (98,153,173). Sum of RGB (Red+Green+Blue) = 98+153+173=424 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.11% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #6299AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6299AD is #9D6652. Grayscale: #8A8A8A. Windows color (decimal): -10315347 or 11376994. OLE color: 11376994.
HSL color Cylindrical-coordinate representation of color #6299AD: hue angle of 196º 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 #6299AD is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 153 | 173 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.32 |
| HSL | 196º | 0.31% | 0.53% | - |
| HSV(B) | 196º | 0.43% | 0.68% | - |
| XYZ | 23.97 | 28.4 | 43.75 | - |
| YUV | 138.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 173 | 0.43 | 0.12 | 0 | 0.32 | 196 | 0.31 | 0.53 |
| Hex | 62 | 99 | AD | 2B | C | 0 | 20 | C4 | 1F | 35 |
| Octal | 142 | 231 | 255 | 53 | 14 | 0 | 40 | 304 | 37 | 65 |
| Binary | 1100010 | 10011001 | 10101101 | 101011 | 1100 | 0 | 100000 | 11000100 | 11111 | 110101 |
Color Harmonies of #6299AD
Complementary color
Monochromatic Colors of #6299AD
Black with #6299AD
Text Example
Text Example
White with #6299AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6299AD; }
p { color: rgb(98,153,173); }
H1.HeaderClassName
{
color: #6299AD;
}
.AnyTagClassName
{
color: #6299AD;
}
</style>
background-color css
<style>
a { background-color: #6299AD; }
a { background-color: rgb(98,153,173); }
div.DivClassName
{
background-color: #6299AD;
}
.BgClassName
{
background-color: #6299AD;
}
</style>
border-color css
<style>
span { border-color: #6299AD; }
span { border-color: rgb(98,153,173); }
td.TdClassName
{
border-color: #6299AD;
}
.TagClassName
{
border-color: #6299AD;
}
</style>