Shades of Gigas #604B8B
Tints of Gigas #604B8B
RGB
CMYK
RGB Variations
Color information
#604B8B (or 0x604B8B) is known color: Gigas. HEX triplet: 60, 4B and 8B. RGB value is (96,75,139). Sum of RGB (Red+Green+Blue) = 96+75+139=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #604B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604B8B is #9FB474. Grayscale: #585858. Windows color (decimal): -10466421 or 9128800. OLE color: 9128800.
HSL color Cylindrical-coordinate representation of color #604B8B: hue angle of 259.69º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #604B8B is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 75 | 139 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.45 |
| HSL | 259.69º | 0.3% | 0.42% | - |
| HSV(B) | 259.69º | 0.46% | 0.55% | - |
| XYZ | 12 | 9.38 | 25.6 | - |
| YUV | 88.58 | 156.46 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 75 | 139 | 0.31 | 0.46 | 0 | 0.45 | 259.69 | 0.3 | 0.42 |
| Hex | 60 | 4B | 8B | 1F | 2E | 0 | 2D | 104 | 1E | 2A |
| Octal | 140 | 113 | 213 | 37 | 56 | 0 | 55 | 404 | 36 | 52 |
| Binary | 1100000 | 1001011 | 10001011 | 11111 | 101110 | 0 | 101101 | 100000100 | 11110 | 101010 |
Color Harmonies of #604B8B
Complementary color
Monochromatic Colors of #604B8B
Black with #604B8B
Text Example
Text Example
White with #604B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604B8B; }
p { color: rgb(96,75,139); }
H1.HeaderClassName
{
color: #604B8B;
}
.AnyTagClassName
{
color: #604B8B;
}
</style>
background-color css
<style>
a { background-color: #604B8B; }
a { background-color: rgb(96,75,139); }
div.DivClassName
{
background-color: #604B8B;
}
.BgClassName
{
background-color: #604B8B;
}
</style>
border-color css
<style>
span { border-color: #604B8B; }
span { border-color: rgb(96,75,139); }
td.TdClassName
{
border-color: #604B8B;
}
.TagClassName
{
border-color: #604B8B;
}
</style>