Shades of Shakespeare #6F98BD
Tints of Shakespeare #6F98BD
RGB
CMYK
RGB Variations
Color information
#6F98BD (or 0x6F98BD) is known color: Shakespeare. HEX triplet: 6F, 98 and BD. RGB value is (111,152,189). Sum of RGB (Red+Green+Blue) = 111+152+189=452 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.56% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F98BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F98BD is #906742. Grayscale: #8F8F8F. Windows color (decimal): -9463619 or 12425327. OLE color: 12425327.
HSL color Cylindrical-coordinate representation of color #6F98BD: hue angle of 208.46º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F98BD is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 152 | 189 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.26 |
| HSL | 208.46º | 0.37% | 0.59% | - |
| HSV(B) | 208.46º | 0.41% | 0.74% | - |
| XYZ | 26.97 | 29.51 | 52.42 | - |
| YUV | 143.96 | 153.42 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 152 | 189 | 0.41 | 0.20 | 0 | 0.26 | 208.46 | 0.37 | 0.59 |
| Hex | 6F | 98 | BD | 29 | 14 | 0 | 1A | D0 | 25 | 3B |
| Octal | 157 | 230 | 275 | 51 | 24 | 0 | 32 | 320 | 45 | 73 |
| Binary | 1101111 | 10011000 | 10111101 | 101001 | 10100 | 0 | 11010 | 11010000 | 100101 | 111011 |
Color Harmonies of #6F98BD
Complementary color
Monochromatic Colors of #6F98BD
Black with #6F98BD
Text Example
Text Example
White with #6F98BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F98BD; }
p { color: rgb(111,152,189); }
H1.HeaderClassName
{
color: #6F98BD;
}
.AnyTagClassName
{
color: #6F98BD;
}
</style>
background-color css
<style>
a { background-color: #6F98BD; }
a { background-color: rgb(111,152,189); }
div.DivClassName
{
background-color: #6F98BD;
}
.BgClassName
{
background-color: #6F98BD;
}
</style>
border-color css
<style>
span { border-color: #6F98BD; }
span { border-color: rgb(111,152,189); }
td.TdClassName
{
border-color: #6F98BD;
}
.TagClassName
{
border-color: #6F98BD;
}
</style>