Shades of Shakespeare #6F94B4
Tints of Shakespeare #6F94B4
RGB
CMYK
RGB Variations
Color information
#6F94B4 (or 0x6F94B4) is known color: Shakespeare. HEX triplet: 6F, 94 and B4. RGB value is (111,148,180). Sum of RGB (Red+Green+Blue) = 111+148+180=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 180 - color contains mainly: blue. Hex color #6F94B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F94B4 is #906B4B. Grayscale: #8C8C8C. Windows color (decimal): -9464652 or 11834479. OLE color: 11834479.
HSL color Cylindrical-coordinate representation of color #6F94B4: hue angle of 207.83º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F94B4 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 148 | 180 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.29 |
| HSL | 207.83º | 0.32% | 0.57% | - |
| HSV(B) | 207.83º | 0.38% | 0.71% | - |
| XYZ | 25.38 | 27.85 | 47.22 | - |
| YUV | 140.59 | 150.24 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 148 | 180 | 0.38 | 0.18 | 0 | 0.29 | 207.83 | 0.32 | 0.57 |
| Hex | 6F | 94 | B4 | 26 | 12 | 0 | 1D | D0 | 20 | 39 |
| Octal | 157 | 224 | 264 | 46 | 22 | 0 | 35 | 320 | 40 | 71 |
| Binary | 1101111 | 10010100 | 10110100 | 100110 | 10010 | 0 | 11101 | 11010000 | 100000 | 111001 |
Color Harmonies of #6F94B4
Complementary color
Monochromatic Colors of #6F94B4
Black with #6F94B4
Text Example
Text Example
White with #6F94B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F94B4; }
p { color: rgb(111,148,180); }
H1.HeaderClassName
{
color: #6F94B4;
}
.AnyTagClassName
{
color: #6F94B4;
}
</style>
background-color css
<style>
a { background-color: #6F94B4; }
a { background-color: rgb(111,148,180); }
div.DivClassName
{
background-color: #6F94B4;
}
.BgClassName
{
background-color: #6F94B4;
}
</style>
border-color css
<style>
span { border-color: #6F94B4; }
span { border-color: rgb(111,148,180); }
td.TdClassName
{
border-color: #6F94B4;
}
.TagClassName
{
border-color: #6F94B4;
}
</style>