Shades of Shakespeare #6F9BC2
Tints of Shakespeare #6F9BC2
RGB
CMYK
RGB Variations
Color information
#6F9BC2 (or 0x6F9BC2) is known color: Shakespeare. HEX triplet: 6F, 9B and C2. RGB value is (111,155,194). Sum of RGB (Red+Green+Blue) = 111+155+194=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 194 - color contains mainly: blue. Hex color #6F9BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9BC2 is #90643D. Grayscale: #929292. Windows color (decimal): -9462846 or 12753775. OLE color: 12753775.
HSL color Cylindrical-coordinate representation of color #6F9BC2: hue angle of 208.19º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F9BC2 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 155 | 194 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.24 |
| HSL | 208.19º | 0.4% | 0.6% | - |
| HSV(B) | 208.19º | 0.43% | 0.76% | - |
| XYZ | 28.01 | 30.72 | 55.49 | - |
| YUV | 146.29 | 154.92 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 155 | 194 | 0.43 | 0.20 | 0 | 0.24 | 208.19 | 0.4 | 0.6 |
| Hex | 6F | 9B | C2 | 2B | 14 | 0 | 18 | D0 | 28 | 3C |
| Octal | 157 | 233 | 302 | 53 | 24 | 0 | 30 | 320 | 50 | 74 |
| Binary | 1101111 | 10011011 | 11000010 | 101011 | 10100 | 0 | 11000 | 11010000 | 101000 | 111100 |
Color Harmonies of #6F9BC2
Complementary color
Monochromatic Colors of #6F9BC2
Black with #6F9BC2
Text Example
Text Example
White with #6F9BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9BC2; }
p { color: rgb(111,155,194); }
H1.HeaderClassName
{
color: #6F9BC2;
}
.AnyTagClassName
{
color: #6F9BC2;
}
</style>
background-color css
<style>
a { background-color: #6F9BC2; }
a { background-color: rgb(111,155,194); }
div.DivClassName
{
background-color: #6F9BC2;
}
.BgClassName
{
background-color: #6F9BC2;
}
</style>
border-color css
<style>
span { border-color: #6F9BC2; }
span { border-color: rgb(111,155,194); }
td.TdClassName
{
border-color: #6F9BC2;
}
.TagClassName
{
border-color: #6F9BC2;
}
</style>