Shades of Comet #656A84
Tints of Comet #656A84
RGB
CMYK
RGB Variations
Color information
#656A84 (or 0x656A84) is known color: Comet. HEX triplet: 65, 6A and 84. RGB value is (101,106,132). Sum of RGB (Red+Green+Blue) = 101+106+132=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 132 - color contains mainly: blue. Hex color #656A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656A84 is #9A957B. Grayscale: #6B6B6B. Windows color (decimal): -10130812 or 8677989. OLE color: 8677989.
HSL color Cylindrical-coordinate representation of color #656A84: hue angle of 230.32º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #656A84 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 106 | 132 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.48 |
| HSL | 230.32º | 0.13% | 0.46% | - |
| HSV(B) | 230.32º | 0.23% | 0.52% | - |
| XYZ | 14.69 | 14.74 | 23.9 | - |
| YUV | 107.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 132 | 0.23 | 0.20 | 0 | 0.48 | 230.32 | 0.13 | 0.46 |
| Hex | 65 | 6A | 84 | 17 | 14 | 0 | 30 | E6 | D | 2E |
| Octal | 145 | 152 | 204 | 27 | 24 | 0 | 60 | 346 | 15 | 56 |
| Binary | 1100101 | 1101010 | 10000100 | 10111 | 10100 | 0 | 110000 | 11100110 | 1101 | 101110 |
Color Harmonies of #656A84
Complementary color
Monochromatic Colors of #656A84
Black with #656A84
Text Example
Text Example
White with #656A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656A84; }
p { color: rgb(101,106,132); }
H1.HeaderClassName
{
color: #656A84;
}
.AnyTagClassName
{
color: #656A84;
}
</style>
background-color css
<style>
a { background-color: #656A84; }
a { background-color: rgb(101,106,132); }
div.DivClassName
{
background-color: #656A84;
}
.BgClassName
{
background-color: #656A84;
}
</style>
border-color css
<style>
span { border-color: #656A84; }
span { border-color: rgb(101,106,132); }
td.TdClassName
{
border-color: #656A84;
}
.TagClassName
{
border-color: #656A84;
}
</style>