Shades of Comet #646774
Tints of Comet #646774
RGB
CMYK
RGB Variations
Color information
#646774 (or 0x646774) is known color: Comet. HEX triplet: 64, 67 and 74. RGB value is (100,103,116). Sum of RGB (Red+Green+Blue) = 100+103+116=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 116 - color contains mainly: blue. Hex color #646774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646774 is #9B988B. Grayscale: #676767. Windows color (decimal): -10197132 or 7628644. OLE color: 7628644.
HSL color Cylindrical-coordinate representation of color #646774: hue angle of 228.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 #646774 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 103 | 116 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.55 |
| HSL | 228.75º | 0.07% | 0.42% | - |
| HSV(B) | 228.75º | 0.14% | 0.45% | - |
| XYZ | 13.26 | 13.67 | 18.46 | - |
| YUV | 103.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 116 | 0.14 | 0.11 | 0 | 0.55 | 228.75 | 0.07 | 0.42 |
| Hex | 64 | 67 | 74 | E | B | 0 | 37 | E5 | 7 | 2A |
| Octal | 144 | 147 | 164 | 16 | 13 | 0 | 67 | 345 | 7 | 52 |
| Binary | 1100100 | 1100111 | 1110100 | 1110 | 1011 | 0 | 110111 | 11100101 | 111 | 101010 |
Color Harmonies of #646774
Complementary color
Monochromatic Colors of #646774
Black with #646774
Text Example
Text Example
White with #646774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646774; }
p { color: rgb(100,103,116); }
H1.HeaderClassName
{
color: #646774;
}
.AnyTagClassName
{
color: #646774;
}
</style>
background-color css
<style>
a { background-color: #646774; }
a { background-color: rgb(100,103,116); }
div.DivClassName
{
background-color: #646774;
}
.BgClassName
{
background-color: #646774;
}
</style>
border-color css
<style>
span { border-color: #646774; }
span { border-color: rgb(100,103,116); }
td.TdClassName
{
border-color: #646774;
}
.TagClassName
{
border-color: #646774;
}
</style>