Shades of Gigas #614A7E
Tints of Gigas #614A7E
RGB
CMYK
RGB Variations
Color information
#614A7E (or 0x614A7E) is known color: Gigas. HEX triplet: 61, 4A and 7E. RGB value is (97,74,126). Sum of RGB (Red+Green+Blue) = 97+74+126=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 126 - color contains mainly: blue. Hex color #614A7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A7E is #9EB581. Grayscale: #565656. Windows color (decimal): -10401154 or 8276577. OLE color: 8276577.
HSL color Cylindrical-coordinate representation of color #614A7E: hue angle of 266.54º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #614A7E is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 74 | 126 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.51 |
| HSL | 266.54º | 0.26% | 0.39% | - |
| HSV(B) | 266.54º | 0.41% | 0.49% | - |
| XYZ | 11.14 | 8.95 | 20.88 | - |
| YUV | 86.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 126 | 0.23 | 0.41 | 0 | 0.51 | 266.54 | 0.26 | 0.39 |
| Hex | 61 | 4A | 7E | 17 | 29 | 0 | 33 | 10B | 1A | 27 |
| Octal | 141 | 112 | 176 | 27 | 51 | 0 | 63 | 413 | 32 | 47 |
| Binary | 1100001 | 1001010 | 1111110 | 10111 | 101001 | 0 | 110011 | 100001011 | 11010 | 100111 |
Color Harmonies of #614A7E
Complementary color
Monochromatic Colors of #614A7E
Black with #614A7E
Text Example
Text Example
White with #614A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A7E; }
p { color: rgb(97,74,126); }
H1.HeaderClassName
{
color: #614A7E;
}
.AnyTagClassName
{
color: #614A7E;
}
</style>
background-color css
<style>
a { background-color: #614A7E; }
a { background-color: rgb(97,74,126); }
div.DivClassName
{
background-color: #614A7E;
}
.BgClassName
{
background-color: #614A7E;
}
</style>
border-color css
<style>
span { border-color: #614A7E; }
span { border-color: rgb(97,74,126); }
td.TdClassName
{
border-color: #614A7E;
}
.TagClassName
{
border-color: #614A7E;
}
</style>