Shades of Comet #6F7086
Tints of Comet #6F7086
RGB
CMYK
RGB Variations
Color information
#6F7086 (or 0x6F7086) is known color: Comet. HEX triplet: 6F, 70 and 86. RGB value is (111,112,134). Sum of RGB (Red+Green+Blue) = 111+112+134=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 134 - color contains mainly: blue. Hex color #6F7086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7086 is #908F79. Grayscale: #727272. Windows color (decimal): -9473914 or 8810607. OLE color: 8810607.
HSL color Cylindrical-coordinate representation of color #6F7086: hue angle of 237.39º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F7086 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 112 | 134 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.47 |
| HSL | 237.39º | 0.09% | 0.48% | - |
| HSV(B) | 237.39º | 0.17% | 0.53% | - |
| XYZ | 16.65 | 16.69 | 24.9 | - |
| YUV | 114.21 | 139.17 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 134 | 0.17 | 0.16 | 0 | 0.47 | 237.39 | 0.09 | 0.48 |
| Hex | 6F | 70 | 86 | 11 | 10 | 0 | 2F | ED | 9 | 30 |
| Octal | 157 | 160 | 206 | 21 | 20 | 0 | 57 | 355 | 11 | 60 |
| Binary | 1101111 | 1110000 | 10000110 | 10001 | 10000 | 0 | 101111 | 11101101 | 1001 | 110000 |
Color Harmonies of #6F7086
Complementary color
Monochromatic Colors of #6F7086
Black with #6F7086
Text Example
Text Example
White with #6F7086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7086; }
p { color: rgb(111,112,134); }
H1.HeaderClassName
{
color: #6F7086;
}
.AnyTagClassName
{
color: #6F7086;
}
</style>
background-color css
<style>
a { background-color: #6F7086; }
a { background-color: rgb(111,112,134); }
div.DivClassName
{
background-color: #6F7086;
}
.BgClassName
{
background-color: #6F7086;
}
</style>
border-color css
<style>
span { border-color: #6F7086; }
span { border-color: rgb(111,112,134); }
td.TdClassName
{
border-color: #6F7086;
}
.TagClassName
{
border-color: #6F7086;
}
</style>