Shades of Shakespeare #6E9DB3
Tints of Shakespeare #6E9DB3
RGB
CMYK
RGB Variations
Color information
#6E9DB3 (or 0x6E9DB3) is known color: Shakespeare. HEX triplet: 6E, 9D and B3. RGB value is (110,157,179). Sum of RGB (Red+Green+Blue) = 110+157+179=446 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.66% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 179 - color contains mainly: blue. Hex color #6E9DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9DB3 is #91624C. Grayscale: #919191. Windows color (decimal): -9527885 or 11771246. OLE color: 11771246.
HSL color Cylindrical-coordinate representation of color #6E9DB3: hue angle of 199.13º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E9DB3 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 110 | 157 | 179 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.30 |
| HSL | 199.13º | 0.31% | 0.57% | - |
| HSV(B) | 199.13º | 0.39% | 0.7% | - |
| XYZ | 26.62 | 30.68 | 47.17 | - |
| YUV | 145.46 | 146.93 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 157 | 179 | 0.39 | 0.12 | 0 | 0.30 | 199.13 | 0.31 | 0.57 |
| Hex | 6E | 9D | B3 | 27 | C | 0 | 1E | C7 | 1F | 39 |
| Octal | 156 | 235 | 263 | 47 | 14 | 0 | 36 | 307 | 37 | 71 |
| Binary | 1101110 | 10011101 | 10110011 | 100111 | 1100 | 0 | 11110 | 11000111 | 11111 | 111001 |
Color Harmonies of #6E9DB3
Complementary color
Monochromatic Colors of #6E9DB3
Black with #6E9DB3
Text Example
Text Example
White with #6E9DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9DB3; }
p { color: rgb(110,157,179); }
H1.HeaderClassName
{
color: #6E9DB3;
}
.AnyTagClassName
{
color: #6E9DB3;
}
</style>
background-color css
<style>
a { background-color: #6E9DB3; }
a { background-color: rgb(110,157,179); }
div.DivClassName
{
background-color: #6E9DB3;
}
.BgClassName
{
background-color: #6E9DB3;
}
</style>
border-color css
<style>
span { border-color: #6E9DB3; }
span { border-color: rgb(110,157,179); }
td.TdClassName
{
border-color: #6E9DB3;
}
.TagClassName
{
border-color: #6E9DB3;
}
</style>