Shades of Shakespeare #6F9DAF
Tints of Shakespeare #6F9DAF
RGB
CMYK
RGB Variations
Color information
#6F9DAF (or 0x6F9DAF) is known color: Shakespeare. HEX triplet: 6F, 9D and AF. RGB value is (111,157,175). Sum of RGB (Red+Green+Blue) = 111+157+175=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F9DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9DAF is #906250. Grayscale: #919191. Windows color (decimal): -9462353 or 11509103. OLE color: 11509103.
HSL color Cylindrical-coordinate representation of color #6F9DAF: hue angle of 196.88º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F9DAF is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 157 | 175 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.31 |
| HSL | 196.88º | 0.29% | 0.56% | - |
| HSV(B) | 196.88º | 0.37% | 0.69% | - |
| XYZ | 26.35 | 30.59 | 45.07 | - |
| YUV | 145.3 | 144.76 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 157 | 175 | 0.37 | 0.10 | 0 | 0.31 | 196.88 | 0.29 | 0.56 |
| Hex | 6F | 9D | AF | 25 | A | 0 | 1F | C5 | 1D | 38 |
| Octal | 157 | 235 | 257 | 45 | 12 | 0 | 37 | 305 | 35 | 70 |
| Binary | 1101111 | 10011101 | 10101111 | 100101 | 1010 | 0 | 11111 | 11000101 | 11101 | 111000 |
Color Harmonies of #6F9DAF
Complementary color
Monochromatic Colors of #6F9DAF
Black with #6F9DAF
Text Example
Text Example
White with #6F9DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9DAF; }
p { color: rgb(111,157,175); }
H1.HeaderClassName
{
color: #6F9DAF;
}
.AnyTagClassName
{
color: #6F9DAF;
}
</style>
background-color css
<style>
a { background-color: #6F9DAF; }
a { background-color: rgb(111,157,175); }
div.DivClassName
{
background-color: #6F9DAF;
}
.BgClassName
{
background-color: #6F9DAF;
}
</style>
border-color css
<style>
span { border-color: #6F9DAF; }
span { border-color: rgb(111,157,175); }
td.TdClassName
{
border-color: #6F9DAF;
}
.TagClassName
{
border-color: #6F9DAF;
}
</style>