Shades of Comet #6F707C
Tints of Comet #6F707C
RGB
CMYK
RGB Variations
Color information
#6F707C (or 0x6F707C) is known color: Comet. HEX triplet: 6F, 70 and 7C. RGB value is (111,112,124). Sum of RGB (Red+Green+Blue) = 111+112+124=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F707C is #908F83. Grayscale: #717171. Windows color (decimal): -9473924 or 8155247. OLE color: 8155247.
HSL color Cylindrical-coordinate representation of color #6F707C: hue angle of 235.38º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F707C is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 112 | 124 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.51 |
| HSL | 235.38º | 0.06% | 0.46% | - |
| HSV(B) | 235.38º | 0.1% | 0.49% | - |
| XYZ | 15.99 | 16.42 | 21.4 | - |
| YUV | 113.07 | 134.17 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 124 | 0.10 | 0.10 | 0 | 0.51 | 235.38 | 0.06 | 0.46 |
| Hex | 6F | 70 | 7C | A | A | 0 | 33 | EB | 6 | 2E |
| Octal | 157 | 160 | 174 | 12 | 12 | 0 | 63 | 353 | 6 | 56 |
| Binary | 1101111 | 1110000 | 1111100 | 1010 | 1010 | 0 | 110011 | 11101011 | 110 | 101110 |
Color Harmonies of #6F707C
Complementary color
Monochromatic Colors of #6F707C
Black with #6F707C
Text Example
Text Example
White with #6F707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F707C; }
p { color: rgb(111,112,124); }
H1.HeaderClassName
{
color: #6F707C;
}
.AnyTagClassName
{
color: #6F707C;
}
</style>
background-color css
<style>
a { background-color: #6F707C; }
a { background-color: rgb(111,112,124); }
div.DivClassName
{
background-color: #6F707C;
}
.BgClassName
{
background-color: #6F707C;
}
</style>
border-color css
<style>
span { border-color: #6F707C; }
span { border-color: rgb(111,112,124); }
td.TdClassName
{
border-color: #6F707C;
}
.TagClassName
{
border-color: #6F707C;
}
</style>