Shades of Shakespeare #6E9CBE
Tints of Shakespeare #6E9CBE
RGB
CMYK
RGB Variations
Color information
#6E9CBE (or 0x6E9CBE) is known color: Shakespeare. HEX triplet: 6E, 9C and BE. RGB value is (110,156,190). Sum of RGB (Red+Green+Blue) = 110+156+190=456 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.12% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E9CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9CBE is #916341. Grayscale: #919191. Windows color (decimal): -9528130 or 12491886. OLE color: 12491886.
HSL color Cylindrical-coordinate representation of color #6E9CBE: hue angle of 205.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E9CBE is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 156 | 190 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.25 |
| HSL | 205.5º | 0.38% | 0.59% | - |
| HSV(B) | 205.5º | 0.42% | 0.75% | - |
| XYZ | 27.61 | 30.81 | 53.21 | - |
| YUV | 146.12 | 152.76 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 156 | 190 | 0.42 | 0.18 | 0 | 0.25 | 205.5 | 0.38 | 0.59 |
| Hex | 6E | 9C | BE | 2A | 12 | 0 | 19 | CE | 26 | 3B |
| Octal | 156 | 234 | 276 | 52 | 22 | 0 | 31 | 316 | 46 | 73 |
| Binary | 1101110 | 10011100 | 10111110 | 101010 | 10010 | 0 | 11001 | 11001110 | 100110 | 111011 |
Color Harmonies of #6E9CBE
Complementary color
Monochromatic Colors of #6E9CBE
Black with #6E9CBE
Text Example
Text Example
White with #6E9CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9CBE; }
p { color: rgb(110,156,190); }
H1.HeaderClassName
{
color: #6E9CBE;
}
.AnyTagClassName
{
color: #6E9CBE;
}
</style>
background-color css
<style>
a { background-color: #6E9CBE; }
a { background-color: rgb(110,156,190); }
div.DivClassName
{
background-color: #6E9CBE;
}
.BgClassName
{
background-color: #6E9CBE;
}
</style>
border-color css
<style>
span { border-color: #6E9CBE; }
span { border-color: rgb(110,156,190); }
td.TdClassName
{
border-color: #6E9CBE;
}
.TagClassName
{
border-color: #6E9CBE;
}
</style>