Shades of Gigas #604D83
Tints of Gigas #604D83
RGB
CMYK
RGB Variations
Color information
#604D83 (or 0x604D83) is known color: Gigas. HEX triplet: 60, 4D and 83. RGB value is (96,77,131). Sum of RGB (Red+Green+Blue) = 96+77+131=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #604D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604D83 is #9FB27C. Grayscale: #585858. Windows color (decimal): -10465917 or 8605024. OLE color: 8605024.
HSL color Cylindrical-coordinate representation of color #604D83: hue angle of 261.11º 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 #604D83 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 77 | 131 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.49 |
| HSL | 261.11º | 0.26% | 0.41% | - |
| HSV(B) | 261.11º | 0.41% | 0.51% | - |
| XYZ | 11.57 | 9.43 | 22.68 | - |
| YUV | 88.84 | 151.79 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 131 | 0.27 | 0.41 | 0 | 0.49 | 261.11 | 0.26 | 0.41 |
| Hex | 60 | 4D | 83 | 1B | 29 | 0 | 31 | 105 | 1A | 29 |
| Octal | 140 | 115 | 203 | 33 | 51 | 0 | 61 | 405 | 32 | 51 |
| Binary | 1100000 | 1001101 | 10000011 | 11011 | 101001 | 0 | 110001 | 100000101 | 11010 | 101001 |
Color Harmonies of #604D83
Complementary color
Monochromatic Colors of #604D83
Black with #604D83
Text Example
Text Example
White with #604D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D83; }
p { color: rgb(96,77,131); }
H1.HeaderClassName
{
color: #604D83;
}
.AnyTagClassName
{
color: #604D83;
}
</style>
background-color css
<style>
a { background-color: #604D83; }
a { background-color: rgb(96,77,131); }
div.DivClassName
{
background-color: #604D83;
}
.BgClassName
{
background-color: #604D83;
}
</style>
border-color css
<style>
span { border-color: #604D83; }
span { border-color: rgb(96,77,131); }
td.TdClassName
{
border-color: #604D83;
}
.TagClassName
{
border-color: #604D83;
}
</style>