Shades of Comet #6F6F73
Tints of Comet #6F6F73
RGB
CMYK
RGB Variations
Color information
#6F6F73 (or 0x6F6F73) is known color: Comet. HEX triplet: 6F, 6F and 73. RGB value is (111,111,115). Sum of RGB (Red+Green+Blue) = 111+111+115=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F6F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6F73 is #90908C. Grayscale: #6F6F6F. Windows color (decimal): -9474189 or 7565167. OLE color: 7565167.
HSL color Cylindrical-coordinate representation of color #6F6F73: hue angle of 240º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6F6F73 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
RGB | 111 | 111 | 115 | - |
CMYK | 0.03 | 0.03 | 0 | 0.55 |
HSL | 240º | 0.02% | 0.44% | - |
HSV(B) | 240º | 0.03% | 0.45% | - |
XYZ | 15.33 | 15.99 | 18.5 | - |
YUV | 111.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 111 | 115 | 0.03 | 0.03 | 0 | 0.55 | 240 | 0.02 | 0.44 |
Hex | 6F | 6F | 73 | 3 | 3 | 0 | 37 | F0 | 2 | 2C |
Octal | 157 | 157 | 163 | 3 | 3 | 0 | 67 | 360 | 2 | 54 |
Binary | 1101111 | 1101111 | 1110011 | 11 | 11 | 0 | 110111 | 11110000 | 10 | 101100 |
Color Harmonies of #6F6F73
Complementary color
Monochromatic Colors of #6F6F73
Black with #6F6F73
Text Example
Text Example
White with #6F6F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6F73; }
p { color: rgb(111,111,115); }
H1.HeaderClassName
{
color: #6F6F73;
}
.AnyTagClassName
{
color: #6F6F73;
}
</style>
background-color css
<style>
a { background-color: #6F6F73; }
a { background-color: rgb(111,111,115); }
div.DivClassName
{
background-color: #6F6F73;
}
.BgClassName
{
background-color: #6F6F73;
}
</style>
border-color css
<style>
span { border-color: #6F6F73; }
span { border-color: rgb(111,111,115); }
td.TdClassName
{
border-color: #6F6F73;
}
.TagClassName
{
border-color: #6F6F73;
}
</style>