Shades of Rich Blue #605DB4
Tints of Rich Blue #605DB4
RGB
CMYK
RGB Variations
Color information
#605DB4 (or 0x605DB4) is known color: Rich Blue. HEX triplet: 60, 5D and B4. RGB value is (96,93,180). Sum of RGB (Red+Green+Blue) = 96+93+180=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #605DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605DB4 is #9FA24B. Grayscale: #676767. Windows color (decimal): -10461772 or 11820384. OLE color: 11820384.
HSL color Cylindrical-coordinate representation of color #605DB4: hue angle of 242.07º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #605DB4 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 93 | 180 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.29 |
| HSL | 242.07º | 0.37% | 0.54% | - |
| HSV(B) | 242.07º | 0.48% | 0.71% | - |
| XYZ | 16.98 | 13.61 | 44.91 | - |
| YUV | 103.82 | 170.99 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 180 | 0.47 | 0.48 | 0 | 0.29 | 242.07 | 0.37 | 0.54 |
| Hex | 60 | 5D | B4 | 2F | 30 | 0 | 1D | F2 | 25 | 36 |
| Octal | 140 | 135 | 264 | 57 | 60 | 0 | 35 | 362 | 45 | 66 |
| Binary | 1100000 | 1011101 | 10110100 | 101111 | 110000 | 0 | 11101 | 11110010 | 100101 | 110110 |
Color Harmonies of #605DB4
Complementary color
Monochromatic Colors of #605DB4
Black with #605DB4
Text Example
Text Example
White with #605DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605DB4; }
p { color: rgb(96,93,180); }
H1.HeaderClassName
{
color: #605DB4;
}
.AnyTagClassName
{
color: #605DB4;
}
</style>
background-color css
<style>
a { background-color: #605DB4; }
a { background-color: rgb(96,93,180); }
div.DivClassName
{
background-color: #605DB4;
}
.BgClassName
{
background-color: #605DB4;
}
</style>
border-color css
<style>
span { border-color: #605DB4; }
span { border-color: rgb(96,93,180); }
td.TdClassName
{
border-color: #605DB4;
}
.TagClassName
{
border-color: #605DB4;
}
</style>