Shades of Shakespeare #6F98B4
Tints of Shakespeare #6F98B4
RGB
CMYK
RGB Variations
Color information
#6F98B4 (or 0x6F98B4) is known color: Shakespeare. HEX triplet: 6F, 98 and B4. RGB value is (111,152,180). Sum of RGB (Red+Green+Blue) = 111+152+180=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: blue. Hex color #6F98B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F98B4 is #90674B. Grayscale: #8E8E8E. Windows color (decimal): -9463628 or 11835503. OLE color: 11835503.
HSL color Cylindrical-coordinate representation of color #6F98B4: hue angle of 204.35º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F98B4 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 152 | 180 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.29 |
| HSL | 204.35º | 0.32% | 0.57% | - |
| HSV(B) | 204.35º | 0.38% | 0.71% | - |
| XYZ | 26.02 | 29.13 | 47.43 | - |
| YUV | 142.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 152 | 180 | 0.38 | 0.16 | 0 | 0.29 | 204.35 | 0.32 | 0.57 |
| Hex | 6F | 98 | B4 | 26 | 10 | 0 | 1D | CC | 20 | 39 |
| Octal | 157 | 230 | 264 | 46 | 20 | 0 | 35 | 314 | 40 | 71 |
| Binary | 1101111 | 10011000 | 10110100 | 100110 | 10000 | 0 | 11101 | 11001100 | 100000 | 111001 |
Color Harmonies of #6F98B4
Complementary color
Monochromatic Colors of #6F98B4
Black with #6F98B4
Text Example
Text Example
White with #6F98B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F98B4; }
p { color: rgb(111,152,180); }
H1.HeaderClassName
{
color: #6F98B4;
}
.AnyTagClassName
{
color: #6F98B4;
}
</style>
background-color css
<style>
a { background-color: #6F98B4; }
a { background-color: rgb(111,152,180); }
div.DivClassName
{
background-color: #6F98B4;
}
.BgClassName
{
background-color: #6F98B4;
}
</style>
border-color css
<style>
span { border-color: #6F98B4; }
span { border-color: rgb(111,152,180); }
td.TdClassName
{
border-color: #6F98B4;
}
.TagClassName
{
border-color: #6F98B4;
}
</style>