Shades of Shakespeare #6FA0BC
Tints of Shakespeare #6FA0BC
RGB
CMYK
RGB Variations
Color information
#6FA0BC (or 0x6FA0BC) is known color: Shakespeare. HEX triplet: 6F, A0 and BC. RGB value is (111,160,188). Sum of RGB (Red+Green+Blue) = 111+160+188=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #6FA0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA0BC is #905F43. Grayscale: #949494. Windows color (decimal): -9461572 or 12361839. OLE color: 12361839.
HSL color Cylindrical-coordinate representation of color #6FA0BC: hue angle of 201.82º degrees, saturation: 0.36, 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 #6FA0BC is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 160 | 188 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.26 |
| HSL | 201.82º | 0.36% | 0.59% | - |
| HSV(B) | 201.82º | 0.41% | 0.74% | - |
| XYZ | 28.2 | 32.15 | 52.3 | - |
| YUV | 148.54 | 150.27 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 160 | 188 | 0.41 | 0.15 | 0 | 0.26 | 201.82 | 0.36 | 0.59 |
| Hex | 6F | A0 | BC | 29 | F | 0 | 1A | CA | 24 | 3B |
| Octal | 157 | 240 | 274 | 51 | 17 | 0 | 32 | 312 | 44 | 73 |
| Binary | 1101111 | 10100000 | 10111100 | 101001 | 1111 | 0 | 11010 | 11001010 | 100100 | 111011 |
Color Harmonies of #6FA0BC
Complementary color
Monochromatic Colors of #6FA0BC
Black with #6FA0BC
Text Example
Text Example
White with #6FA0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA0BC; }
p { color: rgb(111,160,188); }
H1.HeaderClassName
{
color: #6FA0BC;
}
.AnyTagClassName
{
color: #6FA0BC;
}
</style>
background-color css
<style>
a { background-color: #6FA0BC; }
a { background-color: rgb(111,160,188); }
div.DivClassName
{
background-color: #6FA0BC;
}
.BgClassName
{
background-color: #6FA0BC;
}
</style>
border-color css
<style>
span { border-color: #6FA0BC; }
span { border-color: rgb(111,160,188); }
td.TdClassName
{
border-color: #6FA0BC;
}
.TagClassName
{
border-color: #6FA0BC;
}
</style>