Shades of Shakespeare #6498AD
Tints of Shakespeare #6498AD
RGB
CMYK
RGB Variations
Color information
#6498AD (or 0x6498AD) is known color: Shakespeare. HEX triplet: 64, 98 and AD. RGB value is (100,152,173). Sum of RGB (Red+Green+Blue) = 100+152+173=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #6498AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6498AD is #9B6752. Grayscale: #8A8A8A. Windows color (decimal): -10184531 or 11376740. OLE color: 11376740.
HSL color Cylindrical-coordinate representation of color #6498AD: hue angle of 197.26º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6498AD is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 152 | 173 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.32 |
| HSL | 197.26º | 0.31% | 0.54% | - |
| HSV(B) | 197.26º | 0.42% | 0.68% | - |
| XYZ | 24.03 | 28.18 | 43.71 | - |
| YUV | 138.85 | 147.27 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 173 | 0.42 | 0.12 | 0 | 0.32 | 197.26 | 0.31 | 0.54 |
| Hex | 64 | 98 | AD | 2A | C | 0 | 20 | C5 | 1F | 36 |
| Octal | 144 | 230 | 255 | 52 | 14 | 0 | 40 | 305 | 37 | 66 |
| Binary | 1100100 | 10011000 | 10101101 | 101010 | 1100 | 0 | 100000 | 11000101 | 11111 | 110110 |
Color Harmonies of #6498AD
Complementary color
Monochromatic Colors of #6498AD
Black with #6498AD
Text Example
Text Example
White with #6498AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6498AD; }
p { color: rgb(100,152,173); }
H1.HeaderClassName
{
color: #6498AD;
}
.AnyTagClassName
{
color: #6498AD;
}
</style>
background-color css
<style>
a { background-color: #6498AD; }
a { background-color: rgb(100,152,173); }
div.DivClassName
{
background-color: #6498AD;
}
.BgClassName
{
background-color: #6498AD;
}
</style>
border-color css
<style>
span { border-color: #6498AD; }
span { border-color: rgb(100,152,173); }
td.TdClassName
{
border-color: #6498AD;
}
.TagClassName
{
border-color: #6498AD;
}
</style>