Shades of Comet #656774
Tints of Comet #656774
RGB
CMYK
RGB Variations
Color information
#656774 (or 0x656774) is known color: Comet. HEX triplet: 65, 67 and 74. RGB value is (101,103,116). Sum of RGB (Red+Green+Blue) = 101+103+116=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 116 - color contains mainly: blue. Hex color #656774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656774 is #9A988B. Grayscale: #676767. Windows color (decimal): -10131596 or 7628645. OLE color: 7628645.
HSL color Cylindrical-coordinate representation of color #656774: hue angle of 232º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #656774 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 103 | 116 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.55 |
| HSL | 232º | 0.07% | 0.43% | - |
| HSV(B) | 232º | 0.13% | 0.45% | - |
| XYZ | 13.37 | 13.73 | 18.47 | - |
| YUV | 103.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 116 | 0.13 | 0.11 | 0 | 0.55 | 232 | 0.07 | 0.43 |
| Hex | 65 | 67 | 74 | D | B | 0 | 37 | E8 | 7 | 2B |
| Octal | 145 | 147 | 164 | 15 | 13 | 0 | 67 | 350 | 7 | 53 |
| Binary | 1100101 | 1100111 | 1110100 | 1101 | 1011 | 0 | 110111 | 11101000 | 111 | 101011 |
Color Harmonies of #656774
Complementary color
Monochromatic Colors of #656774
Black with #656774
Text Example
Text Example
White with #656774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656774; }
p { color: rgb(101,103,116); }
H1.HeaderClassName
{
color: #656774;
}
.AnyTagClassName
{
color: #656774;
}
</style>
background-color css
<style>
a { background-color: #656774; }
a { background-color: rgb(101,103,116); }
div.DivClassName
{
background-color: #656774;
}
.BgClassName
{
background-color: #656774;
}
</style>
border-color css
<style>
span { border-color: #656774; }
span { border-color: rgb(101,103,116); }
td.TdClassName
{
border-color: #656774;
}
.TagClassName
{
border-color: #656774;
}
</style>