Shades of Shakespeare #6D9CB7
Tints of Shakespeare #6D9CB7
RGB
CMYK
RGB Variations
Color information
#6D9CB7 (or 0x6D9CB7) is known color: Shakespeare. HEX triplet: 6D, 9C and B7. RGB value is (109,156,183). Sum of RGB (Red+Green+Blue) = 109+156+183=448 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.33% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 183 - color contains mainly: blue. Hex color #6D9CB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9CB7 is #926348. Grayscale: #909090. Windows color (decimal): -9593673 or 12033133. OLE color: 12033133.
HSL color Cylindrical-coordinate representation of color #6D9CB7: hue angle of 201.89º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D9CB7 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 156 | 183 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.28 |
| HSL | 201.89º | 0.34% | 0.57% | - |
| HSV(B) | 201.89º | 0.4% | 0.72% | - |
| XYZ | 26.74 | 30.45 | 49.27 | - |
| YUV | 145.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 156 | 183 | 0.40 | 0.15 | 0 | 0.28 | 201.89 | 0.34 | 0.57 |
| Hex | 6D | 9C | B7 | 28 | F | 0 | 1C | CA | 22 | 39 |
| Octal | 155 | 234 | 267 | 50 | 17 | 0 | 34 | 312 | 42 | 71 |
| Binary | 1101101 | 10011100 | 10110111 | 101000 | 1111 | 0 | 11100 | 11001010 | 100010 | 111001 |
Color Harmonies of #6D9CB7
Complementary color
Monochromatic Colors of #6D9CB7
Black with #6D9CB7
Text Example
Text Example
White with #6D9CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9CB7; }
p { color: rgb(109,156,183); }
H1.HeaderClassName
{
color: #6D9CB7;
}
.AnyTagClassName
{
color: #6D9CB7;
}
</style>
background-color css
<style>
a { background-color: #6D9CB7; }
a { background-color: rgb(109,156,183); }
div.DivClassName
{
background-color: #6D9CB7;
}
.BgClassName
{
background-color: #6D9CB7;
}
</style>
border-color css
<style>
span { border-color: #6D9CB7; }
span { border-color: rgb(109,156,183); }
td.TdClassName
{
border-color: #6D9CB7;
}
.TagClassName
{
border-color: #6D9CB7;
}
</style>