Shades of Comet #656680
Tints of Comet #656680
RGB
CMYK
RGB Variations
Color information
#656680 (or 0x656680) is known color: Comet. HEX triplet: 65, 66 and 80. RGB value is (101,102,128). Sum of RGB (Red+Green+Blue) = 101+102+128=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 128 - color contains mainly: blue. Hex color #656680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656680 is #9A997F. Grayscale: #686868. Windows color (decimal): -10131840 or 8414821. OLE color: 8414821.
HSL color Cylindrical-coordinate representation of color #656680: hue angle of 237.78º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #656680 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 102 | 128 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.50 |
| HSL | 237.78º | 0.12% | 0.45% | - |
| HSV(B) | 237.78º | 0.21% | 0.5% | - |
| XYZ | 14.01 | 13.83 | 22.35 | - |
| YUV | 104.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 128 | 0.21 | 0.20 | 0 | 0.50 | 237.78 | 0.12 | 0.45 |
| Hex | 65 | 66 | 80 | 15 | 14 | 0 | 32 | EE | C | 2D |
| Octal | 145 | 146 | 200 | 25 | 24 | 0 | 62 | 356 | 14 | 55 |
| Binary | 1100101 | 1100110 | 10000000 | 10101 | 10100 | 0 | 110010 | 11101110 | 1100 | 101101 |
Color Harmonies of #656680
Complementary color
Monochromatic Colors of #656680
Black with #656680
Text Example
Text Example
White with #656680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656680; }
p { color: rgb(101,102,128); }
H1.HeaderClassName
{
color: #656680;
}
.AnyTagClassName
{
color: #656680;
}
</style>
background-color css
<style>
a { background-color: #656680; }
a { background-color: rgb(101,102,128); }
div.DivClassName
{
background-color: #656680;
}
.BgClassName
{
background-color: #656680;
}
</style>
border-color css
<style>
span { border-color: #656680; }
span { border-color: rgb(101,102,128); }
td.TdClassName
{
border-color: #656680;
}
.TagClassName
{
border-color: #656680;
}
</style>