Shades of Comet #656474
Tints of Comet #656474
RGB
CMYK
RGB Variations
Color information
#656474 (or 0x656474) is known color: Comet. HEX triplet: 65, 64 and 74. RGB value is (101,100,116). Sum of RGB (Red+Green+Blue) = 101+100+116=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 116 - color contains mainly: blue. Hex color #656474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656474 is #9A9B8B. Grayscale: #666666. Windows color (decimal): -10132364 or 7627877. OLE color: 7627877.
HSL color Cylindrical-coordinate representation of color #656474: hue angle of 243.75º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #656474 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 100 | 116 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.55 |
| HSL | 243.75º | 0.07% | 0.42% | - |
| HSV(B) | 243.75º | 0.14% | 0.45% | - |
| XYZ | 13.08 | 13.14 | 18.37 | - |
| YUV | 102.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 116 | 0.13 | 0.14 | 0 | 0.55 | 243.75 | 0.07 | 0.42 |
| Hex | 65 | 64 | 74 | D | E | 0 | 37 | F4 | 7 | 2A |
| Octal | 145 | 144 | 164 | 15 | 16 | 0 | 67 | 364 | 7 | 52 |
| Binary | 1100101 | 1100100 | 1110100 | 1101 | 1110 | 0 | 110111 | 11110100 | 111 | 101010 |
Color Harmonies of #656474
Complementary color
Monochromatic Colors of #656474
Black with #656474
Text Example
Text Example
White with #656474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656474; }
p { color: rgb(101,100,116); }
H1.HeaderClassName
{
color: #656474;
}
.AnyTagClassName
{
color: #656474;
}
</style>
background-color css
<style>
a { background-color: #656474; }
a { background-color: rgb(101,100,116); }
div.DivClassName
{
background-color: #656474;
}
.BgClassName
{
background-color: #656474;
}
</style>
border-color css
<style>
span { border-color: #656474; }
span { border-color: rgb(101,100,116); }
td.TdClassName
{
border-color: #656474;
}
.TagClassName
{
border-color: #656474;
}
</style>