Shades of Comet #67676E
Tints of Comet #67676E
RGB
CMYK
RGB Variations
Color information
#67676E (or 0x67676E) is known color: Comet. HEX triplet: 67, 67 and 6E. RGB value is (103,103,110). Sum of RGB (Red+Green+Blue) = 103+103+110=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 110 - color contains mainly: blue. Hex color #67676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67676E is #989891. Grayscale: #676767. Windows color (decimal): -10000530 or 7235431. OLE color: 7235431.
HSL color Cylindrical-coordinate representation of color #67676E: hue angle of 240º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #67676E is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
RGB | 103 | 103 | 110 | - |
CMYK | 0.06 | 0.06 | 0 | 0.57 |
HSL | 240º | 0.03% | 0.42% | - |
HSV(B) | 240º | 0.06% | 0.43% | - |
XYZ | 13.26 | 13.71 | 16.7 | - |
YUV | 103.8 | 131.5 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 103 | 103 | 110 | 0.06 | 0.06 | 0 | 0.57 | 240 | 0.03 | 0.42 |
Hex | 67 | 67 | 6E | 6 | 6 | 0 | 39 | F0 | 3 | 2A |
Octal | 147 | 147 | 156 | 6 | 6 | 0 | 71 | 360 | 3 | 52 |
Binary | 1100111 | 1100111 | 1101110 | 110 | 110 | 0 | 111001 | 11110000 | 11 | 101010 |
Color Harmonies of #67676E
Complementary color
Monochromatic Colors of #67676E
Black with #67676E
Text Example
Text Example
White with #67676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67676E; }
p { color: rgb(103,103,110); }
H1.HeaderClassName
{
color: #67676E;
}
.AnyTagClassName
{
color: #67676E;
}
</style>
background-color css
<style>
a { background-color: #67676E; }
a { background-color: rgb(103,103,110); }
div.DivClassName
{
background-color: #67676E;
}
.BgClassName
{
background-color: #67676E;
}
</style>
border-color css
<style>
span { border-color: #67676E; }
span { border-color: rgb(103,103,110); }
td.TdClassName
{
border-color: #67676E;
}
.TagClassName
{
border-color: #67676E;
}
</style>