Shades of Gigas #614A84
Tints of Gigas #614A84
RGB
CMYK
RGB Variations
Color information
#614A84 (or 0x614A84) is known color: Gigas. HEX triplet: 61, 4A and 84. RGB value is (97,74,132). Sum of RGB (Red+Green+Blue) = 97+74+132=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #614A84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614A84 is #9EB57B. Grayscale: #575757. Windows color (decimal): -10401148 or 8669793. OLE color: 8669793.
HSL color Cylindrical-coordinate representation of color #614A84: hue angle of 263.79º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #614A84 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 74 | 132 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.48 |
| HSL | 263.79º | 0.28% | 0.4% | - |
| HSV(B) | 263.79º | 0.44% | 0.52% | - |
| XYZ | 11.54 | 9.1 | 22.98 | - |
| YUV | 87.49 | 153.12 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 132 | 0.27 | 0.44 | 0 | 0.48 | 263.79 | 0.28 | 0.4 |
| Hex | 61 | 4A | 84 | 1B | 2C | 0 | 30 | 108 | 1C | 28 |
| Octal | 141 | 112 | 204 | 33 | 54 | 0 | 60 | 410 | 34 | 50 |
| Binary | 1100001 | 1001010 | 10000100 | 11011 | 101100 | 0 | 110000 | 100001000 | 11100 | 101000 |
Color Harmonies of #614A84
Complementary color
Monochromatic Colors of #614A84
Black with #614A84
Text Example
Text Example
White with #614A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A84; }
p { color: rgb(97,74,132); }
H1.HeaderClassName
{
color: #614A84;
}
.AnyTagClassName
{
color: #614A84;
}
</style>
background-color css
<style>
a { background-color: #614A84; }
a { background-color: rgb(97,74,132); }
div.DivClassName
{
background-color: #614A84;
}
.BgClassName
{
background-color: #614A84;
}
</style>
border-color css
<style>
span { border-color: #614A84; }
span { border-color: rgb(97,74,132); }
td.TdClassName
{
border-color: #614A84;
}
.TagClassName
{
border-color: #614A84;
}
</style>