Shades of Shakespeare #6D9AAE
Tints of Shakespeare #6D9AAE
RGB
CMYK
RGB Variations
Color information
#6D9AAE (or 0x6D9AAE) is known color: Shakespeare. HEX triplet: 6D, 9A and AE. RGB value is (109,154,174). Sum of RGB (Red+Green+Blue) = 109+154+174=437 (57% of max value = 765). Red value is 109 (42.97% from 255 or 24.94% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D9AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9AAE is #926551. Grayscale: #8E8E8E. Windows color (decimal): -9594194 or 11442797. OLE color: 11442797.
HSL color Cylindrical-coordinate representation of color #6D9AAE: hue angle of 198.46º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D9AAE is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 154 | 174 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.32 |
| HSL | 198.46º | 0.29% | 0.55% | - |
| HSV(B) | 198.46º | 0.37% | 0.68% | - |
| XYZ | 25.5 | 29.42 | 44.38 | - |
| YUV | 142.83 | 145.59 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 154 | 174 | 0.37 | 0.11 | 0 | 0.32 | 198.46 | 0.29 | 0.55 |
| Hex | 6D | 9A | AE | 25 | B | 0 | 20 | C6 | 1D | 37 |
| Octal | 155 | 232 | 256 | 45 | 13 | 0 | 40 | 306 | 35 | 67 |
| Binary | 1101101 | 10011010 | 10101110 | 100101 | 1011 | 0 | 100000 | 11000110 | 11101 | 110111 |
Color Harmonies of #6D9AAE
Complementary color
Monochromatic Colors of #6D9AAE
Black with #6D9AAE
Text Example
Text Example
White with #6D9AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9AAE; }
p { color: rgb(109,154,174); }
H1.HeaderClassName
{
color: #6D9AAE;
}
.AnyTagClassName
{
color: #6D9AAE;
}
</style>
background-color css
<style>
a { background-color: #6D9AAE; }
a { background-color: rgb(109,154,174); }
div.DivClassName
{
background-color: #6D9AAE;
}
.BgClassName
{
background-color: #6D9AAE;
}
</style>
border-color css
<style>
span { border-color: #6D9AAE; }
span { border-color: rgb(109,154,174); }
td.TdClassName
{
border-color: #6D9AAE;
}
.TagClassName
{
border-color: #6D9AAE;
}
</style>