Shades of Shakespeare #6D9CBE
Tints of Shakespeare #6D9CBE
RGB
CMYK
RGB Variations
Color information
#6D9CBE (or 0x6D9CBE) is known color: Shakespeare. HEX triplet: 6D, 9C and BE. RGB value is (109,156,190). Sum of RGB (Red+Green+Blue) = 109+156+190=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D9CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9CBE is #926341. Grayscale: #919191. Windows color (decimal): -9593666 or 12491885. OLE color: 12491885.
HSL color Cylindrical-coordinate representation of color #6D9CBE: hue angle of 205.19º degrees, saturation: 0.38, 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 #6D9CBE is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 156 | 190 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.25 |
| HSL | 205.19º | 0.38% | 0.59% | - |
| HSV(B) | 205.19º | 0.43% | 0.75% | - |
| XYZ | 27.49 | 30.75 | 53.2 | - |
| YUV | 145.82 | 152.93 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 156 | 190 | 0.43 | 0.18 | 0 | 0.25 | 205.19 | 0.38 | 0.59 |
| Hex | 6D | 9C | BE | 2B | 12 | 0 | 19 | CD | 26 | 3B |
| Octal | 155 | 234 | 276 | 53 | 22 | 0 | 31 | 315 | 46 | 73 |
| Binary | 1101101 | 10011100 | 10111110 | 101011 | 10010 | 0 | 11001 | 11001101 | 100110 | 111011 |
Color Harmonies of #6D9CBE
Complementary color
Monochromatic Colors of #6D9CBE
Black with #6D9CBE
Text Example
Text Example
White with #6D9CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9CBE; }
p { color: rgb(109,156,190); }
H1.HeaderClassName
{
color: #6D9CBE;
}
.AnyTagClassName
{
color: #6D9CBE;
}
</style>
background-color css
<style>
a { background-color: #6D9CBE; }
a { background-color: rgb(109,156,190); }
div.DivClassName
{
background-color: #6D9CBE;
}
.BgClassName
{
background-color: #6D9CBE;
}
</style>
border-color css
<style>
span { border-color: #6D9CBE; }
span { border-color: rgb(109,156,190); }
td.TdClassName
{
border-color: #6D9CBE;
}
.TagClassName
{
border-color: #6D9CBE;
}
</style>