Shades of Gigas #604D82
Tints of Gigas #604D82
RGB
CMYK
RGB Variations
Color information
#604D82 (or 0x604D82) is known color: Gigas. HEX triplet: 60, 4D and 82. RGB value is (96,77,130). Sum of RGB (Red+Green+Blue) = 96+77+130=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #604D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604D82 is #9FB27D. Grayscale: #585858. Windows color (decimal): -10465918 or 8539488. OLE color: 8539488.
HSL color Cylindrical-coordinate representation of color #604D82: hue angle of 261.51º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #604D82 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 77 | 130 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.49 |
| HSL | 261.51º | 0.26% | 0.41% | - |
| HSV(B) | 261.51º | 0.41% | 0.51% | - |
| XYZ | 11.51 | 9.41 | 22.33 | - |
| YUV | 88.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 130 | 0.26 | 0.41 | 0 | 0.49 | 261.51 | 0.26 | 0.41 |
| Hex | 60 | 4D | 82 | 1A | 29 | 0 | 31 | 106 | 1A | 29 |
| Octal | 140 | 115 | 202 | 32 | 51 | 0 | 61 | 406 | 32 | 51 |
| Binary | 1100000 | 1001101 | 10000010 | 11010 | 101001 | 0 | 110001 | 100000110 | 11010 | 101001 |
Color Harmonies of #604D82
Complementary color
Monochromatic Colors of #604D82
Black with #604D82
Text Example
Text Example
White with #604D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D82; }
p { color: rgb(96,77,130); }
H1.HeaderClassName
{
color: #604D82;
}
.AnyTagClassName
{
color: #604D82;
}
</style>
background-color css
<style>
a { background-color: #604D82; }
a { background-color: rgb(96,77,130); }
div.DivClassName
{
background-color: #604D82;
}
.BgClassName
{
background-color: #604D82;
}
</style>
border-color css
<style>
span { border-color: #604D82; }
span { border-color: rgb(96,77,130); }
td.TdClassName
{
border-color: #604D82;
}
.TagClassName
{
border-color: #604D82;
}
</style>