Shades of Shakespeare #6398AB
Tints of Shakespeare #6398AB
RGB
CMYK
RGB Variations
Color information
#6398AB (or 0x6398AB) is known color: Shakespeare. HEX triplet: 63, 98 and AB. RGB value is (99,152,171). Sum of RGB (Red+Green+Blue) = 99+152+171=422 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.46% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #6398AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6398AB is #9C6754. Grayscale: #8A8A8A. Windows color (decimal): -10250069 or 11245667. OLE color: 11245667.
HSL color Cylindrical-coordinate representation of color #6398AB: hue angle of 195.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6398AB is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 152 | 171 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.33 |
| HSL | 195.83º | 0.3% | 0.53% | - |
| HSV(B) | 195.83º | 0.42% | 0.67% | - |
| XYZ | 23.72 | 28.05 | 42.69 | - |
| YUV | 138.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 152 | 171 | 0.42 | 0.11 | 0 | 0.33 | 195.83 | 0.3 | 0.53 |
| Hex | 63 | 98 | AB | 2A | B | 0 | 21 | C4 | 1E | 35 |
| Octal | 143 | 230 | 253 | 52 | 13 | 0 | 41 | 304 | 36 | 65 |
| Binary | 1100011 | 10011000 | 10101011 | 101010 | 1011 | 0 | 100001 | 11000100 | 11110 | 110101 |
Color Harmonies of #6398AB
Complementary color
Monochromatic Colors of #6398AB
Black with #6398AB
Text Example
Text Example
White with #6398AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6398AB; }
p { color: rgb(99,152,171); }
H1.HeaderClassName
{
color: #6398AB;
}
.AnyTagClassName
{
color: #6398AB;
}
</style>
background-color css
<style>
a { background-color: #6398AB; }
a { background-color: rgb(99,152,171); }
div.DivClassName
{
background-color: #6398AB;
}
.BgClassName
{
background-color: #6398AB;
}
</style>
border-color css
<style>
span { border-color: #6398AB; }
span { border-color: rgb(99,152,171); }
td.TdClassName
{
border-color: #6398AB;
}
.TagClassName
{
border-color: #6398AB;
}
</style>