Shades of Gigas #604C7A
Tints of Gigas #604C7A
RGB
CMYK
RGB Variations
Color information
#604C7A (or 0x604C7A) is known color: Gigas. HEX triplet: 60, 4C and 7A. RGB value is (96,76,122). Sum of RGB (Red+Green+Blue) = 96+76+122=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #604C7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C7A is #9FB385. Grayscale: #575757. Windows color (decimal): -10466182 or 8014944. OLE color: 8014944.
HSL color Cylindrical-coordinate representation of color #604C7A: hue angle of 266.09º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #604C7A is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 76 | 122 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.52 |
| HSL | 266.09º | 0.23% | 0.39% | - |
| HSV(B) | 266.09º | 0.38% | 0.48% | - |
| XYZ | 10.92 | 9.06 | 19.59 | - |
| YUV | 87.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 122 | 0.21 | 0.38 | 0 | 0.52 | 266.09 | 0.23 | 0.39 |
| Hex | 60 | 4C | 7A | 15 | 26 | 0 | 34 | 10A | 17 | 27 |
| Octal | 140 | 114 | 172 | 25 | 46 | 0 | 64 | 412 | 27 | 47 |
| Binary | 1100000 | 1001100 | 1111010 | 10101 | 100110 | 0 | 110100 | 100001010 | 10111 | 100111 |
Color Harmonies of #604C7A
Complementary color
Monochromatic Colors of #604C7A
Black with #604C7A
Text Example
Text Example
White with #604C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C7A; }
p { color: rgb(96,76,122); }
H1.HeaderClassName
{
color: #604C7A;
}
.AnyTagClassName
{
color: #604C7A;
}
</style>
background-color css
<style>
a { background-color: #604C7A; }
a { background-color: rgb(96,76,122); }
div.DivClassName
{
background-color: #604C7A;
}
.BgClassName
{
background-color: #604C7A;
}
</style>
border-color css
<style>
span { border-color: #604C7A; }
span { border-color: rgb(96,76,122); }
td.TdClassName
{
border-color: #604C7A;
}
.TagClassName
{
border-color: #604C7A;
}
</style>