Shades of Shakespeare #6D9ABF
Tints of Shakespeare #6D9ABF
RGB
CMYK
RGB Variations
Color information
#6D9ABF (or 0x6D9ABF) is known color: Shakespeare. HEX triplet: 6D, 9A and BF. RGB value is (109,154,191). Sum of RGB (Red+Green+Blue) = 109+154+191=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D9ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9ABF is #926540. Grayscale: #909090. Windows color (decimal): -9594177 or 12556909. OLE color: 12556909.
HSL color Cylindrical-coordinate representation of color #6D9ABF: hue angle of 207.07º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D9ABF is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 154 | 191 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.25 |
| HSL | 207.07º | 0.39% | 0.59% | - |
| HSV(B) | 207.07º | 0.43% | 0.75% | - |
| XYZ | 27.27 | 30.12 | 53.67 | - |
| YUV | 144.76 | 154.09 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 154 | 191 | 0.43 | 0.19 | 0 | 0.25 | 207.07 | 0.39 | 0.59 |
| Hex | 6D | 9A | BF | 2B | 13 | 0 | 19 | CF | 27 | 3B |
| Octal | 155 | 232 | 277 | 53 | 23 | 0 | 31 | 317 | 47 | 73 |
| Binary | 1101101 | 10011010 | 10111111 | 101011 | 10011 | 0 | 11001 | 11001111 | 100111 | 111011 |
Color Harmonies of #6D9ABF
Complementary color
Monochromatic Colors of #6D9ABF
Black with #6D9ABF
Text Example
Text Example
White with #6D9ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9ABF; }
p { color: rgb(109,154,191); }
H1.HeaderClassName
{
color: #6D9ABF;
}
.AnyTagClassName
{
color: #6D9ABF;
}
</style>
background-color css
<style>
a { background-color: #6D9ABF; }
a { background-color: rgb(109,154,191); }
div.DivClassName
{
background-color: #6D9ABF;
}
.BgClassName
{
background-color: #6D9ABF;
}
</style>
border-color css
<style>
span { border-color: #6D9ABF; }
span { border-color: rgb(109,154,191); }
td.TdClassName
{
border-color: #6D9ABF;
}
.TagClassName
{
border-color: #6D9ABF;
}
</style>