Shades of Shakespeare #6D9EBD
Tints of Shakespeare #6D9EBD
RGB
CMYK
RGB Variations
Color information
#6D9EBD (or 0x6D9EBD) is known color: Shakespeare. HEX triplet: 6D, 9E and BD. RGB value is (109,158,189). Sum of RGB (Red+Green+Blue) = 109+158+189=456 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.90% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D9EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9EBD is #926142. Grayscale: #929292. Windows color (decimal): -9593155 or 12426861. OLE color: 12426861.
HSL color Cylindrical-coordinate representation of color #6D9EBD: hue angle of 203.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D9EBD is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 158 | 189 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.26 |
| HSL | 203.25º | 0.38% | 0.58% | - |
| HSV(B) | 203.25º | 0.42% | 0.74% | - |
| XYZ | 27.72 | 31.38 | 52.74 | - |
| YUV | 146.88 | 151.77 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 158 | 189 | 0.42 | 0.16 | 0 | 0.26 | 203.25 | 0.38 | 0.58 |
| Hex | 6D | 9E | BD | 2A | 10 | 0 | 1A | CB | 26 | 3A |
| Octal | 155 | 236 | 275 | 52 | 20 | 0 | 32 | 313 | 46 | 72 |
| Binary | 1101101 | 10011110 | 10111101 | 101010 | 10000 | 0 | 11010 | 11001011 | 100110 | 111010 |
Color Harmonies of #6D9EBD
Complementary color
Monochromatic Colors of #6D9EBD
Black with #6D9EBD
Text Example
Text Example
White with #6D9EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9EBD; }
p { color: rgb(109,158,189); }
H1.HeaderClassName
{
color: #6D9EBD;
}
.AnyTagClassName
{
color: #6D9EBD;
}
</style>
background-color css
<style>
a { background-color: #6D9EBD; }
a { background-color: rgb(109,158,189); }
div.DivClassName
{
background-color: #6D9EBD;
}
.BgClassName
{
background-color: #6D9EBD;
}
</style>
border-color css
<style>
span { border-color: #6D9EBD; }
span { border-color: rgb(109,158,189); }
td.TdClassName
{
border-color: #6D9EBD;
}
.TagClassName
{
border-color: #6D9EBD;
}
</style>