Shades of Comet #6B6C78
Tints of Comet #6B6C78
RGB
CMYK
RGB Variations
Color information
#6B6C78 (or 0x6B6C78) is known color: Comet. HEX triplet: 6B, 6C and 78. RGB value is (107,108,120). Sum of RGB (Red+Green+Blue) = 107+108+120=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B6C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6C78 is #949387. Grayscale: #6D6D6D. Windows color (decimal): -9737096 or 7892075. OLE color: 7892075.
HSL color Cylindrical-coordinate representation of color #6B6C78: hue angle of 235.38º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B6C78 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 108 | 120 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.53 |
| HSL | 235.38º | 0.06% | 0.45% | - |
| HSV(B) | 235.38º | 0.11% | 0.47% | - |
| XYZ | 14.82 | 15.21 | 19.92 | - |
| YUV | 109.07 | 134.17 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 108 | 120 | 0.11 | 0.10 | 0 | 0.53 | 235.38 | 0.06 | 0.45 |
| Hex | 6B | 6C | 78 | B | A | 0 | 35 | EB | 6 | 2D |
| Octal | 153 | 154 | 170 | 13 | 12 | 0 | 65 | 353 | 6 | 55 |
| Binary | 1101011 | 1101100 | 1111000 | 1011 | 1010 | 0 | 110101 | 11101011 | 110 | 101101 |
Color Harmonies of #6B6C78
Complementary color
Monochromatic Colors of #6B6C78
Black with #6B6C78
Text Example
Text Example
White with #6B6C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6C78; }
p { color: rgb(107,108,120); }
H1.HeaderClassName
{
color: #6B6C78;
}
.AnyTagClassName
{
color: #6B6C78;
}
</style>
background-color css
<style>
a { background-color: #6B6C78; }
a { background-color: rgb(107,108,120); }
div.DivClassName
{
background-color: #6B6C78;
}
.BgClassName
{
background-color: #6B6C78;
}
</style>
border-color css
<style>
span { border-color: #6B6C78; }
span { border-color: rgb(107,108,120); }
td.TdClassName
{
border-color: #6B6C78;
}
.TagClassName
{
border-color: #6B6C78;
}
</style>