Shades of Comet #616268
Tints of Comet #616268
RGB
CMYK
RGB Variations
Color information
#616268 (or 0x616268) is known color: Comet. HEX triplet: 61, 62 and 68. RGB value is (97,98,104). Sum of RGB (Red+Green+Blue) = 97+98+104=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 104 - color contains mainly: blue. Hex color #616268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616268 is #9E9D97. Grayscale: #626262. Windows color (decimal): -10395032 or 6840929. OLE color: 6840929.
HSL color Cylindrical-coordinate representation of color #616268: hue angle of 231.43º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #616268 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 98 | 104 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.59 |
| HSL | 231.43º | 0.03% | 0.39% | - |
| HSV(B) | 231.43º | 0.07% | 0.41% | - |
| XYZ | 11.8 | 12.28 | 14.84 | - |
| YUV | 98.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 104 | 0.07 | 0.06 | 0 | 0.59 | 231.43 | 0.03 | 0.39 |
| Hex | 61 | 62 | 68 | 7 | 6 | 0 | 3B | E7 | 3 | 27 |
| Octal | 141 | 142 | 150 | 7 | 6 | 0 | 73 | 347 | 3 | 47 |
| Binary | 1100001 | 1100010 | 1101000 | 111 | 110 | 0 | 111011 | 11100111 | 11 | 100111 |
Color Harmonies of #616268
Complementary color
Monochromatic Colors of #616268
Black with #616268
Text Example
Text Example
White with #616268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616268; }
p { color: rgb(97,98,104); }
H1.HeaderClassName
{
color: #616268;
}
.AnyTagClassName
{
color: #616268;
}
</style>
background-color css
<style>
a { background-color: #616268; }
a { background-color: rgb(97,98,104); }
div.DivClassName
{
background-color: #616268;
}
.BgClassName
{
background-color: #616268;
}
</style>
border-color css
<style>
span { border-color: #616268; }
span { border-color: rgb(97,98,104); }
td.TdClassName
{
border-color: #616268;
}
.TagClassName
{
border-color: #616268;
}
</style>