Shades of Shakespeare #6F98B9
Tints of Shakespeare #6F98B9
RGB
CMYK
RGB Variations
Color information
#6F98B9 (or 0x6F98B9) is known color: Shakespeare. HEX triplet: 6F, 98 and B9. RGB value is (111,152,185). Sum of RGB (Red+Green+Blue) = 111+152+185=448 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.78% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 185 - color contains mainly: blue. Hex color #6F98B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F98B9 is #906746. Grayscale: #8F8F8F. Windows color (decimal): -9463623 or 12163183. OLE color: 12163183.
HSL color Cylindrical-coordinate representation of color #6F98B9: hue angle of 206.76º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F98B9 is Cyan = 0.4, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 152 | 185 | - |
| CMYK | 0.4 | 0.18 | 0 | 0.27 |
| HSL | 206.76º | 0.35% | 0.58% | - |
| HSV(B) | 206.76º | 0.4% | 0.73% | - |
| XYZ | 26.54 | 29.34 | 50.16 | - |
| YUV | 143.5 | 151.42 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 152 | 185 | 0.4 | 0.18 | 0 | 0.27 | 206.76 | 0.35 | 0.58 |
| Hex | 6F | 98 | B9 | 28 | 12 | 0 | 1B | CF | 23 | 3A |
| Octal | 157 | 230 | 271 | 50 | 22 | 0 | 33 | 317 | 43 | 72 |
| Binary | 1101111 | 10011000 | 10111001 | 101000 | 10010 | 0 | 11011 | 11001111 | 100011 | 111010 |
Color Harmonies of #6F98B9
Complementary color
Monochromatic Colors of #6F98B9
Black with #6F98B9
Text Example
Text Example
White with #6F98B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F98B9; }
p { color: rgb(111,152,185); }
H1.HeaderClassName
{
color: #6F98B9;
}
.AnyTagClassName
{
color: #6F98B9;
}
</style>
background-color css
<style>
a { background-color: #6F98B9; }
a { background-color: rgb(111,152,185); }
div.DivClassName
{
background-color: #6F98B9;
}
.BgClassName
{
background-color: #6F98B9;
}
</style>
border-color css
<style>
span { border-color: #6F98B9; }
span { border-color: rgb(111,152,185); }
td.TdClassName
{
border-color: #6F98B9;
}
.TagClassName
{
border-color: #6F98B9;
}
</style>