Shades of Comet #656A83
Tints of Comet #656A83
RGB
CMYK
RGB Variations
Color information
#656A83 (or 0x656A83) is known color: Comet. HEX triplet: 65, 6A and 83. RGB value is (101,106,131). Sum of RGB (Red+Green+Blue) = 101+106+131=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 131 - color contains mainly: blue. Hex color #656A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656A83 is #9A957C. Grayscale: #6B6B6B. Windows color (decimal): -10130813 or 8612453. OLE color: 8612453.
HSL color Cylindrical-coordinate representation of color #656A83: hue angle of 230º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #656A83 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 106 | 131 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.49 |
| HSL | 230º | 0.13% | 0.45% | - |
| HSV(B) | 230º | 0.23% | 0.51% | - |
| XYZ | 14.62 | 14.71 | 23.54 | - |
| YUV | 107.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 131 | 0.23 | 0.19 | 0 | 0.49 | 230 | 0.13 | 0.45 |
| Hex | 65 | 6A | 83 | 17 | 13 | 0 | 31 | E6 | D | 2D |
| Octal | 145 | 152 | 203 | 27 | 23 | 0 | 61 | 346 | 15 | 55 |
| Binary | 1100101 | 1101010 | 10000011 | 10111 | 10011 | 0 | 110001 | 11100110 | 1101 | 101101 |
Color Harmonies of #656A83
Complementary color
Monochromatic Colors of #656A83
Black with #656A83
Text Example
Text Example
White with #656A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656A83; }
p { color: rgb(101,106,131); }
H1.HeaderClassName
{
color: #656A83;
}
.AnyTagClassName
{
color: #656A83;
}
</style>
background-color css
<style>
a { background-color: #656A83; }
a { background-color: rgb(101,106,131); }
div.DivClassName
{
background-color: #656A83;
}
.BgClassName
{
background-color: #656A83;
}
</style>
border-color css
<style>
span { border-color: #656A83; }
span { border-color: rgb(101,106,131); }
td.TdClassName
{
border-color: #656A83;
}
.TagClassName
{
border-color: #656A83;
}
</style>