Shades of Shakespeare #6C9EBC
Tints of Shakespeare #6C9EBC
RGB
CMYK
RGB Variations
Color information
#6C9EBC (or 0x6C9EBC) is known color: Shakespeare. HEX triplet: 6C, 9E and BC. RGB value is (108,158,188). Sum of RGB (Red+Green+Blue) = 108+158+188=454 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.79% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C9EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9EBC is #936143. Grayscale: #929292. Windows color (decimal): -9658692 or 12361324. OLE color: 12361324.
HSL color Cylindrical-coordinate representation of color #6C9EBC: hue angle of 202.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C9EBC is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 158 | 188 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.26 |
| HSL | 202.5º | 0.37% | 0.58% | - |
| HSV(B) | 202.5º | 0.43% | 0.74% | - |
| XYZ | 27.49 | 31.27 | 52.16 | - |
| YUV | 146.47 | 151.44 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 158 | 188 | 0.43 | 0.16 | 0 | 0.26 | 202.5 | 0.37 | 0.58 |
| Hex | 6C | 9E | BC | 2B | 10 | 0 | 1A | CA | 25 | 3A |
| Octal | 154 | 236 | 274 | 53 | 20 | 0 | 32 | 312 | 45 | 72 |
| Binary | 1101100 | 10011110 | 10111100 | 101011 | 10000 | 0 | 11010 | 11001010 | 100101 | 111010 |
Color Harmonies of #6C9EBC
Complementary color
Monochromatic Colors of #6C9EBC
Black with #6C9EBC
Text Example
Text Example
White with #6C9EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9EBC; }
p { color: rgb(108,158,188); }
H1.HeaderClassName
{
color: #6C9EBC;
}
.AnyTagClassName
{
color: #6C9EBC;
}
</style>
background-color css
<style>
a { background-color: #6C9EBC; }
a { background-color: rgb(108,158,188); }
div.DivClassName
{
background-color: #6C9EBC;
}
.BgClassName
{
background-color: #6C9EBC;
}
</style>
border-color css
<style>
span { border-color: #6C9EBC; }
span { border-color: rgb(108,158,188); }
td.TdClassName
{
border-color: #6C9EBC;
}
.TagClassName
{
border-color: #6C9EBC;
}
</style>