Shades of Comet #6B6C73
Tints of Comet #6B6C73
RGB
CMYK
RGB Variations
Color information
#6B6C73 (or 0x6B6C73) is known color: Comet. HEX triplet: 6B, 6C and 73. RGB value is (107,108,115). Sum of RGB (Red+Green+Blue) = 107+108+115=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B6C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6C73 is #94938C. Grayscale: #6C6C6C. Windows color (decimal): -9737101 or 7564395. OLE color: 7564395.
HSL color Cylindrical-coordinate representation of color #6B6C73: hue angle of 232.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6B6C73 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 108 | 115 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.55 |
| HSL | 232.5º | 0.04% | 0.44% | - |
| HSV(B) | 232.5º | 0.07% | 0.45% | - |
| XYZ | 14.52 | 15.09 | 18.37 | - |
| YUV | 108.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 108 | 115 | 0.07 | 0.06 | 0 | 0.55 | 232.5 | 0.04 | 0.44 |
| Hex | 6B | 6C | 73 | 7 | 6 | 0 | 37 | E8 | 4 | 2C |
| Octal | 153 | 154 | 163 | 7 | 6 | 0 | 67 | 350 | 4 | 54 |
| Binary | 1101011 | 1101100 | 1110011 | 111 | 110 | 0 | 110111 | 11101000 | 100 | 101100 |
Color Harmonies of #6B6C73
Complementary color
Monochromatic Colors of #6B6C73
Black with #6B6C73
Text Example
Text Example
White with #6B6C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6C73; }
p { color: rgb(107,108,115); }
H1.HeaderClassName
{
color: #6B6C73;
}
.AnyTagClassName
{
color: #6B6C73;
}
</style>
background-color css
<style>
a { background-color: #6B6C73; }
a { background-color: rgb(107,108,115); }
div.DivClassName
{
background-color: #6B6C73;
}
.BgClassName
{
background-color: #6B6C73;
}
</style>
border-color css
<style>
span { border-color: #6B6C73; }
span { border-color: rgb(107,108,115); }
td.TdClassName
{
border-color: #6B6C73;
}
.TagClassName
{
border-color: #6B6C73;
}
</style>