Shades of Rich Blue #605EAD
Tints of Rich Blue #605EAD
RGB
CMYK
RGB Variations
Color information
#605EAD (or 0x605EAD) is known color: Rich Blue. HEX triplet: 60, 5E and AD. RGB value is (96,94,173). Sum of RGB (Red+Green+Blue) = 96+94+173=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #605EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605EAD is #9FA152. Grayscale: #676767. Windows color (decimal): -10461523 or 11361888. OLE color: 11361888.
HSL color Cylindrical-coordinate representation of color #605EAD: hue angle of 241.52º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #605EAD is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 94 | 173 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.32 |
| HSL | 241.52º | 0.33% | 0.52% | - |
| HSV(B) | 241.52º | 0.46% | 0.68% | - |
| XYZ | 16.37 | 13.51 | 41.28 | - |
| YUV | 103.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 173 | 0.45 | 0.46 | 0 | 0.32 | 241.52 | 0.33 | 0.52 |
| Hex | 60 | 5E | AD | 2D | 2E | 0 | 20 | F2 | 21 | 34 |
| Octal | 140 | 136 | 255 | 55 | 56 | 0 | 40 | 362 | 41 | 64 |
| Binary | 1100000 | 1011110 | 10101101 | 101101 | 101110 | 0 | 100000 | 11110010 | 100001 | 110100 |
Color Harmonies of #605EAD
Complementary color
Monochromatic Colors of #605EAD
Black with #605EAD
Text Example
Text Example
White with #605EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605EAD; }
p { color: rgb(96,94,173); }
H1.HeaderClassName
{
color: #605EAD;
}
.AnyTagClassName
{
color: #605EAD;
}
</style>
background-color css
<style>
a { background-color: #605EAD; }
a { background-color: rgb(96,94,173); }
div.DivClassName
{
background-color: #605EAD;
}
.BgClassName
{
background-color: #605EAD;
}
</style>
border-color css
<style>
span { border-color: #605EAD; }
span { border-color: rgb(96,94,173); }
td.TdClassName
{
border-color: #605EAD;
}
.TagClassName
{
border-color: #605EAD;
}
</style>