Shades of Comet #6F707E
Tints of Comet #6F707E
RGB
CMYK
RGB Variations
Color information
#6F707E (or 0x6F707E) is known color: Comet. HEX triplet: 6F, 70 and 7E. RGB value is (111,112,126). Sum of RGB (Red+Green+Blue) = 111+112+126=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 126 - color contains mainly: blue. Hex color #6F707E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F707E is #908F81. Grayscale: #717171. Windows color (decimal): -9473922 or 8286319. OLE color: 8286319.
HSL color Cylindrical-coordinate representation of color #6F707E: hue angle of 236º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6F707E is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 112 | 126 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.51 |
| HSL | 236º | 0.06% | 0.46% | - |
| HSV(B) | 236º | 0.12% | 0.49% | - |
| XYZ | 16.12 | 16.47 | 22.07 | - |
| YUV | 113.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 126 | 0.12 | 0.11 | 0 | 0.51 | 236 | 0.06 | 0.46 |
| Hex | 6F | 70 | 7E | C | B | 0 | 33 | EC | 6 | 2E |
| Octal | 157 | 160 | 176 | 14 | 13 | 0 | 63 | 354 | 6 | 56 |
| Binary | 1101111 | 1110000 | 1111110 | 1100 | 1011 | 0 | 110011 | 11101100 | 110 | 101110 |
Color Harmonies of #6F707E
Complementary color
Monochromatic Colors of #6F707E
Black with #6F707E
Text Example
Text Example
White with #6F707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F707E; }
p { color: rgb(111,112,126); }
H1.HeaderClassName
{
color: #6F707E;
}
.AnyTagClassName
{
color: #6F707E;
}
</style>
background-color css
<style>
a { background-color: #6F707E; }
a { background-color: rgb(111,112,126); }
div.DivClassName
{
background-color: #6F707E;
}
.BgClassName
{
background-color: #6F707E;
}
</style>
border-color css
<style>
span { border-color: #6F707E; }
span { border-color: rgb(111,112,126); }
td.TdClassName
{
border-color: #6F707E;
}
.TagClassName
{
border-color: #6F707E;
}
</style>