Shades of Shakespeare #6D9DBB
Tints of Shakespeare #6D9DBB
RGB
CMYK
RGB Variations
Color information
#6D9DBB (or 0x6D9DBB) is known color: Shakespeare. HEX triplet: 6D, 9D and BB. RGB value is (109,157,187). Sum of RGB (Red+Green+Blue) = 109+157+187=453 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.06% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D9DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9DBB is #926244. Grayscale: #919191. Windows color (decimal): -9593413 or 12295533. OLE color: 12295533.
HSL color Cylindrical-coordinate representation of color #6D9DBB: hue angle of 203.08º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D9DBB is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 157 | 187 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.27 |
| HSL | 203.08º | 0.36% | 0.58% | - |
| HSV(B) | 203.08º | 0.42% | 0.73% | - |
| XYZ | 27.33 | 30.95 | 51.55 | - |
| YUV | 146.07 | 151.1 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 157 | 187 | 0.42 | 0.16 | 0 | 0.27 | 203.08 | 0.36 | 0.58 |
| Hex | 6D | 9D | BB | 2A | 10 | 0 | 1B | CB | 24 | 3A |
| Octal | 155 | 235 | 273 | 52 | 20 | 0 | 33 | 313 | 44 | 72 |
| Binary | 1101101 | 10011101 | 10111011 | 101010 | 10000 | 0 | 11011 | 11001011 | 100100 | 111010 |
Color Harmonies of #6D9DBB
Complementary color
Monochromatic Colors of #6D9DBB
Black with #6D9DBB
Text Example
Text Example
White with #6D9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9DBB; }
p { color: rgb(109,157,187); }
H1.HeaderClassName
{
color: #6D9DBB;
}
.AnyTagClassName
{
color: #6D9DBB;
}
</style>
background-color css
<style>
a { background-color: #6D9DBB; }
a { background-color: rgb(109,157,187); }
div.DivClassName
{
background-color: #6D9DBB;
}
.BgClassName
{
background-color: #6D9DBB;
}
</style>
border-color css
<style>
span { border-color: #6D9DBB; }
span { border-color: rgb(109,157,187); }
td.TdClassName
{
border-color: #6D9DBB;
}
.TagClassName
{
border-color: #6D9DBB;
}
</style>