Shades of Rich Blue #605BAB
Tints of Rich Blue #605BAB
RGB
CMYK
RGB Variations
Color information
#605BAB (or 0x605BAB) is known color: Rich Blue. HEX triplet: 60, 5B and AB. RGB value is (96,91,171). Sum of RGB (Red+Green+Blue) = 96+91+171=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #605BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605BAB is #9FA454. Grayscale: #656565. Windows color (decimal): -10462293 or 11230048. OLE color: 11230048.
HSL color Cylindrical-coordinate representation of color #605BAB: hue angle of 243.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #605BAB is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 91 | 171 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.33 |
| HSL | 243.75º | 0.32% | 0.51% | - |
| HSV(B) | 243.75º | 0.47% | 0.67% | - |
| XYZ | 15.92 | 12.91 | 40.18 | - |
| YUV | 101.62 | 167.16 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 171 | 0.44 | 0.47 | 0 | 0.33 | 243.75 | 0.32 | 0.51 |
| Hex | 60 | 5B | AB | 2C | 2F | 0 | 21 | F4 | 20 | 33 |
| Octal | 140 | 133 | 253 | 54 | 57 | 0 | 41 | 364 | 40 | 63 |
| Binary | 1100000 | 1011011 | 10101011 | 101100 | 101111 | 0 | 100001 | 11110100 | 100000 | 110011 |
Color Harmonies of #605BAB
Complementary color
Monochromatic Colors of #605BAB
Black with #605BAB
Text Example
Text Example
White with #605BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605BAB; }
p { color: rgb(96,91,171); }
H1.HeaderClassName
{
color: #605BAB;
}
.AnyTagClassName
{
color: #605BAB;
}
</style>
background-color css
<style>
a { background-color: #605BAB; }
a { background-color: rgb(96,91,171); }
div.DivClassName
{
background-color: #605BAB;
}
.BgClassName
{
background-color: #605BAB;
}
</style>
border-color css
<style>
span { border-color: #605BAB; }
span { border-color: rgb(96,91,171); }
td.TdClassName
{
border-color: #605BAB;
}
.TagClassName
{
border-color: #605BAB;
}
</style>