Shades of Shakespeare #6F99BA
Tints of Shakespeare #6F99BA
RGB
CMYK
RGB Variations
Color information
#6F99BA (or 0x6F99BA) is known color: Shakespeare. HEX triplet: 6F, 99 and BA. RGB value is (111,153,186). Sum of RGB (Red+Green+Blue) = 111+153+186=450 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.67% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F99BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F99BA is #906645. Grayscale: #909090. Windows color (decimal): -9463366 or 12228975. OLE color: 12228975.
HSL color Cylindrical-coordinate representation of color #6F99BA: hue angle of 206.4º 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 #6F99BA is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 153 | 186 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.27 |
| HSL | 206.4º | 0.35% | 0.58% | - |
| HSV(B) | 206.4º | 0.4% | 0.73% | - |
| XYZ | 26.81 | 29.71 | 50.78 | - |
| YUV | 144.2 | 151.59 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 186 | 0.40 | 0.18 | 0 | 0.27 | 206.4 | 0.35 | 0.58 |
| Hex | 6F | 99 | BA | 28 | 12 | 0 | 1B | CE | 23 | 3A |
| Octal | 157 | 231 | 272 | 50 | 22 | 0 | 33 | 316 | 43 | 72 |
| Binary | 1101111 | 10011001 | 10111010 | 101000 | 10010 | 0 | 11011 | 11001110 | 100011 | 111010 |
Color Harmonies of #6F99BA
Complementary color
Monochromatic Colors of #6F99BA
Black with #6F99BA
Text Example
Text Example
White with #6F99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F99BA; }
p { color: rgb(111,153,186); }
H1.HeaderClassName
{
color: #6F99BA;
}
.AnyTagClassName
{
color: #6F99BA;
}
</style>
background-color css
<style>
a { background-color: #6F99BA; }
a { background-color: rgb(111,153,186); }
div.DivClassName
{
background-color: #6F99BA;
}
.BgClassName
{
background-color: #6F99BA;
}
</style>
border-color css
<style>
span { border-color: #6F99BA; }
span { border-color: rgb(111,153,186); }
td.TdClassName
{
border-color: #6F99BA;
}
.TagClassName
{
border-color: #6F99BA;
}
</style>