Shades of Comet #656683
Tints of Comet #656683
RGB
CMYK
RGB Variations
Color information
#656683 (or 0x656683) is known color: Comet. HEX triplet: 65, 66 and 83. RGB value is (101,102,131). Sum of RGB (Red+Green+Blue) = 101+102+131=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 131 - color contains mainly: blue. Hex color #656683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656683 is #9A997C. Grayscale: #686868. Windows color (decimal): -10131837 or 8611429. OLE color: 8611429.
HSL color Cylindrical-coordinate representation of color #656683: hue angle of 238º 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 #656683 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 102 | 131 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.49 |
| HSL | 238º | 0.13% | 0.45% | - |
| HSV(B) | 238º | 0.23% | 0.51% | - |
| XYZ | 14.21 | 13.91 | 23.41 | - |
| YUV | 105.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 131 | 0.23 | 0.22 | 0 | 0.49 | 238 | 0.13 | 0.45 |
| Hex | 65 | 66 | 83 | 17 | 16 | 0 | 31 | EE | D | 2D |
| Octal | 145 | 146 | 203 | 27 | 26 | 0 | 61 | 356 | 15 | 55 |
| Binary | 1100101 | 1100110 | 10000011 | 10111 | 10110 | 0 | 110001 | 11101110 | 1101 | 101101 |
Color Harmonies of #656683
Complementary color
Monochromatic Colors of #656683
Black with #656683
Text Example
Text Example
White with #656683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656683; }
p { color: rgb(101,102,131); }
H1.HeaderClassName
{
color: #656683;
}
.AnyTagClassName
{
color: #656683;
}
</style>
background-color css
<style>
a { background-color: #656683; }
a { background-color: rgb(101,102,131); }
div.DivClassName
{
background-color: #656683;
}
.BgClassName
{
background-color: #656683;
}
</style>
border-color css
<style>
span { border-color: #656683; }
span { border-color: rgb(101,102,131); }
td.TdClassName
{
border-color: #656683;
}
.TagClassName
{
border-color: #656683;
}
</style>