Shades of Comet #606383
Tints of Comet #606383
RGB
CMYK
RGB Variations
Color information
#606383 (or 0x606383) is known color: Comet. HEX triplet: 60, 63 and 83. RGB value is (96,99,131). Sum of RGB (Red+Green+Blue) = 96+99+131=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #606383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606383 is #9F9C7C. Grayscale: #656565. Windows color (decimal): -10460285 or 8610656. OLE color: 8610656.
HSL color Cylindrical-coordinate representation of color #606383: hue angle of 234.86º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #606383 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 99 | 131 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.49 |
| HSL | 234.86º | 0.15% | 0.45% | - |
| HSV(B) | 234.86º | 0.27% | 0.51% | - |
| XYZ | 13.38 | 13.05 | 23.29 | - |
| YUV | 101.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 99 | 131 | 0.27 | 0.24 | 0 | 0.49 | 234.86 | 0.15 | 0.45 |
| Hex | 60 | 63 | 83 | 1B | 18 | 0 | 31 | EB | F | 2D |
| Octal | 140 | 143 | 203 | 33 | 30 | 0 | 61 | 353 | 17 | 55 |
| Binary | 1100000 | 1100011 | 10000011 | 11011 | 11000 | 0 | 110001 | 11101011 | 1111 | 101101 |
Color Harmonies of #606383
Complementary color
Monochromatic Colors of #606383
Black with #606383
Text Example
Text Example
White with #606383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606383; }
p { color: rgb(96,99,131); }
H1.HeaderClassName
{
color: #606383;
}
.AnyTagClassName
{
color: #606383;
}
</style>
background-color css
<style>
a { background-color: #606383; }
a { background-color: rgb(96,99,131); }
div.DivClassName
{
background-color: #606383;
}
.BgClassName
{
background-color: #606383;
}
</style>
border-color css
<style>
span { border-color: #606383; }
span { border-color: rgb(96,99,131); }
td.TdClassName
{
border-color: #606383;
}
.TagClassName
{
border-color: #606383;
}
</style>