Shades of Rich Blue #605DB1
Tints of Rich Blue #605DB1
RGB
CMYK
RGB Variations
Color information
#605DB1 (or 0x605DB1) is known color: Rich Blue. HEX triplet: 60, 5D and B1. RGB value is (96,93,177). Sum of RGB (Red+Green+Blue) = 96+93+177=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 177 - color contains mainly: blue. Hex color #605DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605DB1 is #9FA24E. Grayscale: #676767. Windows color (decimal): -10461775 or 11623776. OLE color: 11623776.
HSL color Cylindrical-coordinate representation of color #605DB1: hue angle of 242.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #605DB1 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 93 | 177 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.31 |
| HSL | 242.14º | 0.35% | 0.53% | - |
| HSV(B) | 242.14º | 0.47% | 0.69% | - |
| XYZ | 16.67 | 13.49 | 43.32 | - |
| YUV | 103.47 | 169.49 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 177 | 0.46 | 0.47 | 0 | 0.31 | 242.14 | 0.35 | 0.53 |
| Hex | 60 | 5D | B1 | 2E | 2F | 0 | 1F | F2 | 23 | 35 |
| Octal | 140 | 135 | 261 | 56 | 57 | 0 | 37 | 362 | 43 | 65 |
| Binary | 1100000 | 1011101 | 10110001 | 101110 | 101111 | 0 | 11111 | 11110010 | 100011 | 110101 |
Color Harmonies of #605DB1
Complementary color
Monochromatic Colors of #605DB1
Black with #605DB1
Text Example
Text Example
White with #605DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605DB1; }
p { color: rgb(96,93,177); }
H1.HeaderClassName
{
color: #605DB1;
}
.AnyTagClassName
{
color: #605DB1;
}
</style>
background-color css
<style>
a { background-color: #605DB1; }
a { background-color: rgb(96,93,177); }
div.DivClassName
{
background-color: #605DB1;
}
.BgClassName
{
background-color: #605DB1;
}
</style>
border-color css
<style>
span { border-color: #605DB1; }
span { border-color: rgb(96,93,177); }
td.TdClassName
{
border-color: #605DB1;
}
.TagClassName
{
border-color: #605DB1;
}
</style>