Shades of Comet #656771
Tints of Comet #656771
RGB
CMYK
RGB Variations
Color information
#656771 (or 0x656771) is known color: Comet. HEX triplet: 65, 67 and 71. RGB value is (101,103,113). Sum of RGB (Red+Green+Blue) = 101+103+113=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 113 - color contains mainly: blue. Hex color #656771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656771 is #9A988E. Grayscale: #676767. Windows color (decimal): -10131599 or 7432037. OLE color: 7432037.
HSL color Cylindrical-coordinate representation of color #656771: hue angle of 230º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #656771 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 103 | 113 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.56 |
| HSL | 230º | 0.06% | 0.42% | - |
| HSV(B) | 230º | 0.11% | 0.44% | - |
| XYZ | 13.2 | 13.66 | 17.56 | - |
| YUV | 103.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 113 | 0.11 | 0.09 | 0 | 0.56 | 230 | 0.06 | 0.42 |
| Hex | 65 | 67 | 71 | B | 9 | 0 | 38 | E6 | 6 | 2A |
| Octal | 145 | 147 | 161 | 13 | 11 | 0 | 70 | 346 | 6 | 52 |
| Binary | 1100101 | 1100111 | 1110001 | 1011 | 1001 | 0 | 111000 | 11100110 | 110 | 101010 |
Color Harmonies of #656771
Complementary color
Monochromatic Colors of #656771
Black with #656771
Text Example
Text Example
White with #656771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656771; }
p { color: rgb(101,103,113); }
H1.HeaderClassName
{
color: #656771;
}
.AnyTagClassName
{
color: #656771;
}
</style>
background-color css
<style>
a { background-color: #656771; }
a { background-color: rgb(101,103,113); }
div.DivClassName
{
background-color: #656771;
}
.BgClassName
{
background-color: #656771;
}
</style>
border-color css
<style>
span { border-color: #656771; }
span { border-color: rgb(101,103,113); }
td.TdClassName
{
border-color: #656771;
}
.TagClassName
{
border-color: #656771;
}
</style>