Shades of Comet #67657D
Tints of Comet #67657D
RGB
CMYK
RGB Variations
Color information
#67657D (or 0x67657D) is known color: Comet. HEX triplet: 67, 65 and 7D. RGB value is (103,101,125). Sum of RGB (Red+Green+Blue) = 103+101+125=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 125 - color contains mainly: blue. Hex color #67657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67657D is #989A82. Grayscale: #686868. Windows color (decimal): -10001027 or 8217959. OLE color: 8217959.
HSL color Cylindrical-coordinate representation of color #67657D: hue angle of 245º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #67657D is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 101 | 125 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.51 |
| HSL | 245º | 0.11% | 0.44% | - |
| HSV(B) | 245º | 0.19% | 0.49% | - |
| XYZ | 13.95 | 13.67 | 21.31 | - |
| YUV | 104.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 101 | 125 | 0.18 | 0.19 | 0 | 0.51 | 245 | 0.11 | 0.44 |
| Hex | 67 | 65 | 7D | 12 | 13 | 0 | 33 | F5 | B | 2C |
| Octal | 147 | 145 | 175 | 22 | 23 | 0 | 63 | 365 | 13 | 54 |
| Binary | 1100111 | 1100101 | 1111101 | 10010 | 10011 | 0 | 110011 | 11110101 | 1011 | 101100 |
Color Harmonies of #67657D
Complementary color
Monochromatic Colors of #67657D
Black with #67657D
Text Example
Text Example
White with #67657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67657D; }
p { color: rgb(103,101,125); }
H1.HeaderClassName
{
color: #67657D;
}
.AnyTagClassName
{
color: #67657D;
}
</style>
background-color css
<style>
a { background-color: #67657D; }
a { background-color: rgb(103,101,125); }
div.DivClassName
{
background-color: #67657D;
}
.BgClassName
{
background-color: #67657D;
}
</style>
border-color css
<style>
span { border-color: #67657D; }
span { border-color: rgb(103,101,125); }
td.TdClassName
{
border-color: #67657D;
}
.TagClassName
{
border-color: #67657D;
}
</style>