Shades of Shakespeare #6FA1BA
Tints of Shakespeare #6FA1BA
RGB
CMYK
RGB Variations
Color information
#6FA1BA (or 0x6FA1BA) is known color: Shakespeare. HEX triplet: 6F, A1 and BA. RGB value is (111,161,186). Sum of RGB (Red+Green+Blue) = 111+161+186=458 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.24% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #6FA1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA1BA is #905E45. Grayscale: #949494. Windows color (decimal): -9461318 or 12231023. OLE color: 12231023.
HSL color Cylindrical-coordinate representation of color #6FA1BA: hue angle of 200º 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 #6FA1BA is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 161 | 186 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.27 |
| HSL | 200º | 0.35% | 0.58% | - |
| HSV(B) | 200º | 0.4% | 0.73% | - |
| XYZ | 28.16 | 32.41 | 51.23 | - |
| YUV | 148.9 | 148.94 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 161 | 186 | 0.40 | 0.13 | 0 | 0.27 | 200 | 0.35 | 0.58 |
| Hex | 6F | A1 | BA | 28 | D | 0 | 1B | C8 | 23 | 3A |
| Octal | 157 | 241 | 272 | 50 | 15 | 0 | 33 | 310 | 43 | 72 |
| Binary | 1101111 | 10100001 | 10111010 | 101000 | 1101 | 0 | 11011 | 11001000 | 100011 | 111010 |
Color Harmonies of #6FA1BA
Complementary color
Monochromatic Colors of #6FA1BA
Black with #6FA1BA
Text Example
Text Example
White with #6FA1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA1BA; }
p { color: rgb(111,161,186); }
H1.HeaderClassName
{
color: #6FA1BA;
}
.AnyTagClassName
{
color: #6FA1BA;
}
</style>
background-color css
<style>
a { background-color: #6FA1BA; }
a { background-color: rgb(111,161,186); }
div.DivClassName
{
background-color: #6FA1BA;
}
.BgClassName
{
background-color: #6FA1BA;
}
</style>
border-color css
<style>
span { border-color: #6FA1BA; }
span { border-color: rgb(111,161,186); }
td.TdClassName
{
border-color: #6FA1BA;
}
.TagClassName
{
border-color: #6FA1BA;
}
</style>