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