Shades of Comet #6A6B73
Tints of Comet #6A6B73
RGB
CMYK
RGB Variations
Color information
#6A6B73 (or 0x6A6B73) is known color: Comet. HEX triplet: 6A, 6B and 73. RGB value is (106,107,115). Sum of RGB (Red+Green+Blue) = 106+107+115=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A6B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6B73 is #95948C. Grayscale: #6B6B6B. Windows color (decimal): -9802893 or 7564138. OLE color: 7564138.
HSL color Cylindrical-coordinate representation of color #6A6B73: hue angle of 233.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6A6B73 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 107 | 115 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.55 |
| HSL | 233.33º | 0.04% | 0.43% | - |
| HSV(B) | 233.33º | 0.08% | 0.45% | - |
| XYZ | 14.3 | 14.82 | 18.33 | - |
| YUV | 107.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 107 | 115 | 0.08 | 0.07 | 0 | 0.55 | 233.33 | 0.04 | 0.43 |
| Hex | 6A | 6B | 73 | 8 | 7 | 0 | 37 | E9 | 4 | 2B |
| Octal | 152 | 153 | 163 | 10 | 7 | 0 | 67 | 351 | 4 | 53 |
| Binary | 1101010 | 1101011 | 1110011 | 1000 | 111 | 0 | 110111 | 11101001 | 100 | 101011 |
Color Harmonies of #6A6B73
Complementary color
Monochromatic Colors of #6A6B73
Black with #6A6B73
Text Example
Text Example
White with #6A6B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6B73; }
p { color: rgb(106,107,115); }
H1.HeaderClassName
{
color: #6A6B73;
}
.AnyTagClassName
{
color: #6A6B73;
}
</style>
background-color css
<style>
a { background-color: #6A6B73; }
a { background-color: rgb(106,107,115); }
div.DivClassName
{
background-color: #6A6B73;
}
.BgClassName
{
background-color: #6A6B73;
}
</style>
border-color css
<style>
span { border-color: #6A6B73; }
span { border-color: rgb(106,107,115); }
td.TdClassName
{
border-color: #6A6B73;
}
.TagClassName
{
border-color: #6A6B73;
}
</style>