Shades of Shakespeare #6E98B7
Tints of Shakespeare #6E98B7
RGB
CMYK
RGB Variations
Color information
#6E98B7 (or 0x6E98B7) is known color: Shakespeare. HEX triplet: 6E, 98 and B7. RGB value is (110,152,183). Sum of RGB (Red+Green+Blue) = 110+152+183=445 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.72% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 183 - color contains mainly: blue. Hex color #6E98B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E98B7 is #916748. Grayscale: #8E8E8E. Windows color (decimal): -9529161 or 12032110. OLE color: 12032110.
HSL color Cylindrical-coordinate representation of color #6E98B7: hue angle of 205.48º 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 #6E98B7 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 110 | 152 | 183 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.28 |
| HSL | 205.48º | 0.34% | 0.57% | - |
| HSV(B) | 205.48º | 0.4% | 0.72% | - |
| XYZ | 26.21 | 29.19 | 49.05 | - |
| YUV | 142.98 | 150.59 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 152 | 183 | 0.40 | 0.17 | 0 | 0.28 | 205.48 | 0.34 | 0.57 |
| Hex | 6E | 98 | B7 | 28 | 11 | 0 | 1C | CD | 22 | 39 |
| Octal | 156 | 230 | 267 | 50 | 21 | 0 | 34 | 315 | 42 | 71 |
| Binary | 1101110 | 10011000 | 10110111 | 101000 | 10001 | 0 | 11100 | 11001101 | 100010 | 111001 |
Color Harmonies of #6E98B7
Complementary color
Monochromatic Colors of #6E98B7
Black with #6E98B7
Text Example
Text Example
White with #6E98B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E98B7; }
p { color: rgb(110,152,183); }
H1.HeaderClassName
{
color: #6E98B7;
}
.AnyTagClassName
{
color: #6E98B7;
}
</style>
background-color css
<style>
a { background-color: #6E98B7; }
a { background-color: rgb(110,152,183); }
div.DivClassName
{
background-color: #6E98B7;
}
.BgClassName
{
background-color: #6E98B7;
}
</style>
border-color css
<style>
span { border-color: #6E98B7; }
span { border-color: rgb(110,152,183); }
td.TdClassName
{
border-color: #6E98B7;
}
.TagClassName
{
border-color: #6E98B7;
}
</style>