Shades of Comet #606678
Tints of Comet #606678
RGB
CMYK
RGB Variations
Color information
#606678 (or 0x606678) is known color: Comet. HEX triplet: 60, 66 and 78. RGB value is (96,102,120). Sum of RGB (Red+Green+Blue) = 96+102+120=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 120 - color contains mainly: blue. Hex color #606678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606678 is #9F9987. Grayscale: #666666. Windows color (decimal): -10459528 or 7890528. OLE color: 7890528.
HSL color Cylindrical-coordinate representation of color #606678: hue angle of 225º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #606678 is Cyan = 0.2, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 102 | 120 | - |
| CMYK | 0.2 | 0.15 | 0 | 0.53 |
| HSL | 225º | 0.11% | 0.42% | - |
| HSV(B) | 225º | 0.2% | 0.47% | - |
| XYZ | 12.97 | 13.35 | 19.66 | - |
| YUV | 102.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 120 | 0.2 | 0.15 | 0 | 0.53 | 225 | 0.11 | 0.42 |
| Hex | 60 | 66 | 78 | 14 | F | 0 | 35 | E1 | B | 2A |
| Octal | 140 | 146 | 170 | 24 | 17 | 0 | 65 | 341 | 13 | 52 |
| Binary | 1100000 | 1100110 | 1111000 | 10100 | 1111 | 0 | 110101 | 11100001 | 1011 | 101010 |
Color Harmonies of #606678
Complementary color
Monochromatic Colors of #606678
Black with #606678
Text Example
Text Example
White with #606678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606678; }
p { color: rgb(96,102,120); }
H1.HeaderClassName
{
color: #606678;
}
.AnyTagClassName
{
color: #606678;
}
</style>
background-color css
<style>
a { background-color: #606678; }
a { background-color: rgb(96,102,120); }
div.DivClassName
{
background-color: #606678;
}
.BgClassName
{
background-color: #606678;
}
</style>
border-color css
<style>
span { border-color: #606678; }
span { border-color: rgb(96,102,120); }
td.TdClassName
{
border-color: #606678;
}
.TagClassName
{
border-color: #606678;
}
</style>