Shades of Shakespeare #6D9CBB
Tints of Shakespeare #6D9CBB
RGB
CMYK
RGB Variations
Color information
#6D9CBB (or 0x6D9CBB) is known color: Shakespeare. HEX triplet: 6D, 9C and BB. RGB value is (109,156,187). Sum of RGB (Red+Green+Blue) = 109+156+187=452 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.12% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D9CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9CBB is #926344. Grayscale: #919191. Windows color (decimal): -9593669 or 12295277. OLE color: 12295277.
HSL color Cylindrical-coordinate representation of color #6D9CBB: hue angle of 203.85º 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 #6D9CBB is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 156 | 187 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.27 |
| HSL | 203.85º | 0.36% | 0.58% | - |
| HSV(B) | 203.85º | 0.42% | 0.73% | - |
| XYZ | 27.16 | 30.62 | 51.49 | - |
| YUV | 145.48 | 151.43 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 156 | 187 | 0.42 | 0.17 | 0 | 0.27 | 203.85 | 0.36 | 0.58 |
| Hex | 6D | 9C | BB | 2A | 11 | 0 | 1B | CC | 24 | 3A |
| Octal | 155 | 234 | 273 | 52 | 21 | 0 | 33 | 314 | 44 | 72 |
| Binary | 1101101 | 10011100 | 10111011 | 101010 | 10001 | 0 | 11011 | 11001100 | 100100 | 111010 |
Color Harmonies of #6D9CBB
Complementary color
Monochromatic Colors of #6D9CBB
Black with #6D9CBB
Text Example
Text Example
White with #6D9CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9CBB; }
p { color: rgb(109,156,187); }
H1.HeaderClassName
{
color: #6D9CBB;
}
.AnyTagClassName
{
color: #6D9CBB;
}
</style>
background-color css
<style>
a { background-color: #6D9CBB; }
a { background-color: rgb(109,156,187); }
div.DivClassName
{
background-color: #6D9CBB;
}
.BgClassName
{
background-color: #6D9CBB;
}
</style>
border-color css
<style>
span { border-color: #6D9CBB; }
span { border-color: rgb(109,156,187); }
td.TdClassName
{
border-color: #6D9CBB;
}
.TagClassName
{
border-color: #6D9CBB;
}
</style>