Shades of Rich Blue #605E9C
Tints of Rich Blue #605E9C
RGB
CMYK
RGB Variations
Color information
#605E9C (or 0x605E9C) is known color: Rich Blue. HEX triplet: 60, 5E and 9C. RGB value is (96,94,156). Sum of RGB (Red+Green+Blue) = 96+94+156=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #605E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605E9C is #9FA163. Grayscale: #656565. Windows color (decimal): -10461540 or 10247776. OLE color: 10247776.
HSL color Cylindrical-coordinate representation of color #605E9C: hue angle of 241.94º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #605E9C is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 94 | 156 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.39 |
| HSL | 241.94º | 0.25% | 0.49% | - |
| HSV(B) | 241.94º | 0.4% | 0.61% | - |
| XYZ | 14.83 | 12.89 | 33.16 | - |
| YUV | 101.67 | 158.66 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 156 | 0.38 | 0.40 | 0 | 0.39 | 241.94 | 0.25 | 0.49 |
| Hex | 60 | 5E | 9C | 26 | 28 | 0 | 27 | F2 | 19 | 31 |
| Octal | 140 | 136 | 234 | 46 | 50 | 0 | 47 | 362 | 31 | 61 |
| Binary | 1100000 | 1011110 | 10011100 | 100110 | 101000 | 0 | 100111 | 11110010 | 11001 | 110001 |
Color Harmonies of #605E9C
Complementary color
Monochromatic Colors of #605E9C
Black with #605E9C
Text Example
Text Example
White with #605E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605E9C; }
p { color: rgb(96,94,156); }
H1.HeaderClassName
{
color: #605E9C;
}
.AnyTagClassName
{
color: #605E9C;
}
</style>
background-color css
<style>
a { background-color: #605E9C; }
a { background-color: rgb(96,94,156); }
div.DivClassName
{
background-color: #605E9C;
}
.BgClassName
{
background-color: #605E9C;
}
</style>
border-color css
<style>
span { border-color: #605E9C; }
span { border-color: rgb(96,94,156); }
td.TdClassName
{
border-color: #605E9C;
}
.TagClassName
{
border-color: #605E9C;
}
</style>