Shades of Shakespeare #6D98AC
Tints of Shakespeare #6D98AC
RGB
CMYK
RGB Variations
Color information
#6D98AC (or 0x6D98AC) is known color: Shakespeare. HEX triplet: 6D, 98 and AC. RGB value is (109,152,172). Sum of RGB (Red+Green+Blue) = 109+152+172=433 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.17% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D98AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D98AC is #926753. Grayscale: #8D8D8D. Windows color (decimal): -9594708 or 11311213. OLE color: 11311213.
HSL color Cylindrical-coordinate representation of color #6D98AC: hue angle of 199.05º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D98AC is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 152 | 172 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.33 |
| HSL | 199.05º | 0.28% | 0.55% | - |
| HSV(B) | 199.05º | 0.37% | 0.67% | - |
| XYZ | 24.98 | 28.69 | 43.25 | - |
| YUV | 141.42 | 145.25 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 152 | 172 | 0.37 | 0.12 | 0 | 0.33 | 199.05 | 0.28 | 0.55 |
| Hex | 6D | 98 | AC | 25 | C | 0 | 21 | C7 | 1C | 37 |
| Octal | 155 | 230 | 254 | 45 | 14 | 0 | 41 | 307 | 34 | 67 |
| Binary | 1101101 | 10011000 | 10101100 | 100101 | 1100 | 0 | 100001 | 11000111 | 11100 | 110111 |
Color Harmonies of #6D98AC
Complementary color
Monochromatic Colors of #6D98AC
Black with #6D98AC
Text Example
Text Example
White with #6D98AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D98AC; }
p { color: rgb(109,152,172); }
H1.HeaderClassName
{
color: #6D98AC;
}
.AnyTagClassName
{
color: #6D98AC;
}
</style>
background-color css
<style>
a { background-color: #6D98AC; }
a { background-color: rgb(109,152,172); }
div.DivClassName
{
background-color: #6D98AC;
}
.BgClassName
{
background-color: #6D98AC;
}
</style>
border-color css
<style>
span { border-color: #6D98AC; }
span { border-color: rgb(109,152,172); }
td.TdClassName
{
border-color: #6D98AC;
}
.TagClassName
{
border-color: #6D98AC;
}
</style>