Shades of Shakespeare #6598AC
Tints of Shakespeare #6598AC
RGB
CMYK
RGB Variations
Color information
#6598AC (or 0x6598AC) is known color: Shakespeare. HEX triplet: 65, 98 and AC. RGB value is (101,152,172). Sum of RGB (Red+Green+Blue) = 101+152+172=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #6598AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6598AC is #9A6753. Grayscale: #8A8A8A. Windows color (decimal): -10118996 or 11311205. OLE color: 11311205.
HSL color Cylindrical-coordinate representation of color #6598AC: hue angle of 196.9º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6598AC is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 152 | 172 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.33 |
| HSL | 196.9º | 0.3% | 0.54% | - |
| HSV(B) | 196.9º | 0.41% | 0.67% | - |
| XYZ | 24.04 | 28.2 | 43.21 | - |
| YUV | 139.03 | 146.6 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 152 | 172 | 0.41 | 0.12 | 0 | 0.33 | 196.9 | 0.3 | 0.54 |
| Hex | 65 | 98 | AC | 29 | C | 0 | 21 | C5 | 1E | 36 |
| Octal | 145 | 230 | 254 | 51 | 14 | 0 | 41 | 305 | 36 | 66 |
| Binary | 1100101 | 10011000 | 10101100 | 101001 | 1100 | 0 | 100001 | 11000101 | 11110 | 110110 |
Color Harmonies of #6598AC
Complementary color
Monochromatic Colors of #6598AC
Black with #6598AC
Text Example
Text Example
White with #6598AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6598AC; }
p { color: rgb(101,152,172); }
H1.HeaderClassName
{
color: #6598AC;
}
.AnyTagClassName
{
color: #6598AC;
}
</style>
background-color css
<style>
a { background-color: #6598AC; }
a { background-color: rgb(101,152,172); }
div.DivClassName
{
background-color: #6598AC;
}
.BgClassName
{
background-color: #6598AC;
}
</style>
border-color css
<style>
span { border-color: #6598AC; }
span { border-color: rgb(101,152,172); }
td.TdClassName
{
border-color: #6598AC;
}
.TagClassName
{
border-color: #6598AC;
}
</style>