Shades of Comet #656672
Tints of Comet #656672
RGB
CMYK
RGB Variations
Color information
#656672 (or 0x656672) is known color: Comet. HEX triplet: 65, 66 and 72. RGB value is (101,102,114). Sum of RGB (Red+Green+Blue) = 101+102+114=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 114 - color contains mainly: blue. Hex color #656672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656672 is #9A998D. Grayscale: #676767. Windows color (decimal): -10131854 or 7497317. OLE color: 7497317.
HSL color Cylindrical-coordinate representation of color #656672: hue angle of 235.38º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #656672 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 102 | 114 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.55 |
| HSL | 235.38º | 0.06% | 0.42% | - |
| HSV(B) | 235.38º | 0.11% | 0.45% | - |
| XYZ | 13.16 | 13.48 | 17.83 | - |
| YUV | 103.07 | 134.17 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 114 | 0.11 | 0.11 | 0 | 0.55 | 235.38 | 0.06 | 0.42 |
| Hex | 65 | 66 | 72 | B | B | 0 | 37 | EB | 6 | 2A |
| Octal | 145 | 146 | 162 | 13 | 13 | 0 | 67 | 353 | 6 | 52 |
| Binary | 1100101 | 1100110 | 1110010 | 1011 | 1011 | 0 | 110111 | 11101011 | 110 | 101010 |
Color Harmonies of #656672
Complementary color
Monochromatic Colors of #656672
Black with #656672
Text Example
Text Example
White with #656672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656672; }
p { color: rgb(101,102,114); }
H1.HeaderClassName
{
color: #656672;
}
.AnyTagClassName
{
color: #656672;
}
</style>
background-color css
<style>
a { background-color: #656672; }
a { background-color: rgb(101,102,114); }
div.DivClassName
{
background-color: #656672;
}
.BgClassName
{
background-color: #656672;
}
</style>
border-color css
<style>
span { border-color: #656672; }
span { border-color: rgb(101,102,114); }
td.TdClassName
{
border-color: #656672;
}
.TagClassName
{
border-color: #656672;
}
</style>