Shades of Rich Blue #605AB3
Tints of Rich Blue #605AB3
RGB
CMYK
RGB Variations
Color information
#605AB3 (or 0x605AB3) is known color: Rich Blue. HEX triplet: 60, 5A and B3. RGB value is (96,90,179). Sum of RGB (Red+Green+Blue) = 96+90+179=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #605AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605AB3 is #9FA54C. Grayscale: #656565. Windows color (decimal): -10462541 or 11754080. OLE color: 11754080.
HSL color Cylindrical-coordinate representation of color #605AB3: hue angle of 244.04º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #605AB3 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 90 | 179 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.30 |
| HSL | 244.04º | 0.37% | 0.53% | - |
| HSV(B) | 244.04º | 0.5% | 0.7% | - |
| XYZ | 16.62 | 13.05 | 44.29 | - |
| YUV | 101.94 | 171.49 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 179 | 0.46 | 0.50 | 0 | 0.30 | 244.04 | 0.37 | 0.53 |
| Hex | 60 | 5A | B3 | 2E | 32 | 0 | 1E | F4 | 25 | 35 |
| Octal | 140 | 132 | 263 | 56 | 62 | 0 | 36 | 364 | 45 | 65 |
| Binary | 1100000 | 1011010 | 10110011 | 101110 | 110010 | 0 | 11110 | 11110100 | 100101 | 110101 |
Color Harmonies of #605AB3
Complementary color
Monochromatic Colors of #605AB3
Black with #605AB3
Text Example
Text Example
White with #605AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605AB3; }
p { color: rgb(96,90,179); }
H1.HeaderClassName
{
color: #605AB3;
}
.AnyTagClassName
{
color: #605AB3;
}
</style>
background-color css
<style>
a { background-color: #605AB3; }
a { background-color: rgb(96,90,179); }
div.DivClassName
{
background-color: #605AB3;
}
.BgClassName
{
background-color: #605AB3;
}
</style>
border-color css
<style>
span { border-color: #605AB3; }
span { border-color: rgb(96,90,179); }
td.TdClassName
{
border-color: #605AB3;
}
.TagClassName
{
border-color: #605AB3;
}
</style>