Shades of Gigas #604E7C
Tints of Gigas #604E7C
RGB
CMYK
RGB Variations
Color information
#604E7C (or 0x604E7C) is known color: Gigas. HEX triplet: 60, 4E and 7C. RGB value is (96,78,124). Sum of RGB (Red+Green+Blue) = 96+78+124=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #604E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604E7C is #9FB183. Grayscale: #585858. Windows color (decimal): -10465668 or 8146528. OLE color: 8146528.
HSL color Cylindrical-coordinate representation of color #604E7C: hue angle of 263.48º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #604E7C is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 78 | 124 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.51 |
| HSL | 263.48º | 0.23% | 0.4% | - |
| HSV(B) | 263.48º | 0.37% | 0.49% | - |
| XYZ | 11.19 | 9.39 | 20.29 | - |
| YUV | 88.63 | 147.96 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 124 | 0.23 | 0.37 | 0 | 0.51 | 263.48 | 0.23 | 0.4 |
| Hex | 60 | 4E | 7C | 17 | 25 | 0 | 33 | 107 | 17 | 28 |
| Octal | 140 | 116 | 174 | 27 | 45 | 0 | 63 | 407 | 27 | 50 |
| Binary | 1100000 | 1001110 | 1111100 | 10111 | 100101 | 0 | 110011 | 100000111 | 10111 | 101000 |
Color Harmonies of #604E7C
Complementary color
Monochromatic Colors of #604E7C
Black with #604E7C
Text Example
Text Example
White with #604E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604E7C; }
p { color: rgb(96,78,124); }
H1.HeaderClassName
{
color: #604E7C;
}
.AnyTagClassName
{
color: #604E7C;
}
</style>
background-color css
<style>
a { background-color: #604E7C; }
a { background-color: rgb(96,78,124); }
div.DivClassName
{
background-color: #604E7C;
}
.BgClassName
{
background-color: #604E7C;
}
</style>
border-color css
<style>
span { border-color: #604E7C; }
span { border-color: rgb(96,78,124); }
td.TdClassName
{
border-color: #604E7C;
}
.TagClassName
{
border-color: #604E7C;
}
</style>