Shades of Shakespeare #6F9DB6
Tints of Shakespeare #6F9DB6
RGB
CMYK
RGB Variations
Color information
#6F9DB6 (or 0x6F9DB6) is known color: Shakespeare. HEX triplet: 6F, 9D and B6. RGB value is (111,157,182). Sum of RGB (Red+Green+Blue) = 111+157+182=450 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.67% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 182 - color contains mainly: blue. Hex color #6F9DB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9DB6 is #906249. Grayscale: #919191. Windows color (decimal): -9462346 or 11967855. OLE color: 11967855.
HSL color Cylindrical-coordinate representation of color #6F9DB6: hue angle of 201.13º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F9DB6 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 157 | 182 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.29 |
| HSL | 201.13º | 0.33% | 0.57% | - |
| HSV(B) | 201.13º | 0.39% | 0.71% | - |
| XYZ | 27.06 | 30.87 | 48.79 | - |
| YUV | 146.1 | 148.26 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 157 | 182 | 0.39 | 0.14 | 0 | 0.29 | 201.13 | 0.33 | 0.57 |
| Hex | 6F | 9D | B6 | 27 | E | 0 | 1D | C9 | 21 | 39 |
| Octal | 157 | 235 | 266 | 47 | 16 | 0 | 35 | 311 | 41 | 71 |
| Binary | 1101111 | 10011101 | 10110110 | 100111 | 1110 | 0 | 11101 | 11001001 | 100001 | 111001 |
Color Harmonies of #6F9DB6
Complementary color
Monochromatic Colors of #6F9DB6
Black with #6F9DB6
Text Example
Text Example
White with #6F9DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9DB6; }
p { color: rgb(111,157,182); }
H1.HeaderClassName
{
color: #6F9DB6;
}
.AnyTagClassName
{
color: #6F9DB6;
}
</style>
background-color css
<style>
a { background-color: #6F9DB6; }
a { background-color: rgb(111,157,182); }
div.DivClassName
{
background-color: #6F9DB6;
}
.BgClassName
{
background-color: #6F9DB6;
}
</style>
border-color css
<style>
span { border-color: #6F9DB6; }
span { border-color: rgb(111,157,182); }
td.TdClassName
{
border-color: #6F9DB6;
}
.TagClassName
{
border-color: #6F9DB6;
}
</style>