Shades of Comet #61667D
Tints of Comet #61667D
RGB
CMYK
RGB Variations
Color information
#61667D (or 0x61667D) is known color: Comet. HEX triplet: 61, 66 and 7D. RGB value is (97,102,125). Sum of RGB (Red+Green+Blue) = 97+102+125=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 125 - color contains mainly: blue. Hex color #61667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61667D is #9E9982. Grayscale: #676767. Windows color (decimal): -10393987 or 8218209. OLE color: 8218209.
HSL color Cylindrical-coordinate representation of color #61667D: hue angle of 229.29º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61667D is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 102 | 125 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.51 |
| HSL | 229.29º | 0.13% | 0.44% | - |
| HSV(B) | 229.29º | 0.22% | 0.49% | - |
| XYZ | 13.38 | 13.52 | 21.31 | - |
| YUV | 103.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 125 | 0.22 | 0.18 | 0 | 0.51 | 229.29 | 0.13 | 0.44 |
| Hex | 61 | 66 | 7D | 16 | 12 | 0 | 33 | E5 | D | 2C |
| Octal | 141 | 146 | 175 | 26 | 22 | 0 | 63 | 345 | 15 | 54 |
| Binary | 1100001 | 1100110 | 1111101 | 10110 | 10010 | 0 | 110011 | 11100101 | 1101 | 101100 |
Color Harmonies of #61667D
Complementary color
Monochromatic Colors of #61667D
Black with #61667D
Text Example
Text Example
White with #61667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61667D; }
p { color: rgb(97,102,125); }
H1.HeaderClassName
{
color: #61667D;
}
.AnyTagClassName
{
color: #61667D;
}
</style>
background-color css
<style>
a { background-color: #61667D; }
a { background-color: rgb(97,102,125); }
div.DivClassName
{
background-color: #61667D;
}
.BgClassName
{
background-color: #61667D;
}
</style>
border-color css
<style>
span { border-color: #61667D; }
span { border-color: rgb(97,102,125); }
td.TdClassName
{
border-color: #61667D;
}
.TagClassName
{
border-color: #61667D;
}
</style>