Shades of Comet #67677F
Tints of Comet #67677F
RGB
CMYK
RGB Variations
Color information
#67677F (or 0x67677F) is known color: Comet. HEX triplet: 67, 67 and 7F. RGB value is (103,103,127). Sum of RGB (Red+Green+Blue) = 103+103+127=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 127 - color contains mainly: blue. Hex color #67677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67677F is #989880. Grayscale: #696969. Windows color (decimal): -10000513 or 8349543. OLE color: 8349543.
HSL color Cylindrical-coordinate representation of color #67677F: hue angle of 240º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #67677F is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 103 | 127 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.50 |
| HSL | 240º | 0.1% | 0.45% | - |
| HSV(B) | 240º | 0.19% | 0.5% | - |
| XYZ | 14.27 | 14.12 | 22.05 | - |
| YUV | 105.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 103 | 127 | 0.19 | 0.19 | 0 | 0.50 | 240 | 0.1 | 0.45 |
| Hex | 67 | 67 | 7F | 13 | 13 | 0 | 32 | F0 | A | 2D |
| Octal | 147 | 147 | 177 | 23 | 23 | 0 | 62 | 360 | 12 | 55 |
| Binary | 1100111 | 1100111 | 1111111 | 10011 | 10011 | 0 | 110010 | 11110000 | 1010 | 101101 |
Color Harmonies of #67677F
Complementary color
Monochromatic Colors of #67677F
Black with #67677F
Text Example
Text Example
White with #67677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67677F; }
p { color: rgb(103,103,127); }
H1.HeaderClassName
{
color: #67677F;
}
.AnyTagClassName
{
color: #67677F;
}
</style>
background-color css
<style>
a { background-color: #67677F; }
a { background-color: rgb(103,103,127); }
div.DivClassName
{
background-color: #67677F;
}
.BgClassName
{
background-color: #67677F;
}
</style>
border-color css
<style>
span { border-color: #67677F; }
span { border-color: rgb(103,103,127); }
td.TdClassName
{
border-color: #67677F;
}
.TagClassName
{
border-color: #67677F;
}
</style>