Shades of Rich Blue #605DBA
Tints of Rich Blue #605DBA
RGB
CMYK
RGB Variations
Color information
#605DBA (or 0x605DBA) is known color: Rich Blue. HEX triplet: 60, 5D and BA. RGB value is (96,93,186). Sum of RGB (Red+Green+Blue) = 96+93+186=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #605DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605DBA is #9FA245. Grayscale: #686868. Windows color (decimal): -10461766 or 12213600. OLE color: 12213600.
HSL color Cylindrical-coordinate representation of color #605DBA: hue angle of 241.94º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #605DBA is Cyan = 0.48, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 93 | 186 | - |
| CMYK | 0.48 | 0.5 | 0 | 0.27 |
| HSL | 241.94º | 0.4% | 0.55% | - |
| HSV(B) | 241.94º | 0.5% | 0.73% | - |
| XYZ | 17.6 | 13.86 | 48.2 | - |
| YUV | 104.5 | 173.99 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 186 | 0.48 | 0.5 | 0 | 0.27 | 241.94 | 0.4 | 0.55 |
| Hex | 60 | 5D | BA | 30 | 32 | 0 | 1B | F2 | 28 | 37 |
| Octal | 140 | 135 | 272 | 60 | 62 | 0 | 33 | 362 | 50 | 67 |
| Binary | 1100000 | 1011101 | 10111010 | 110000 | 110010 | 0 | 11011 | 11110010 | 101000 | 110111 |
Color Harmonies of #605DBA
Complementary color
Monochromatic Colors of #605DBA
Black with #605DBA
Text Example
Text Example
White with #605DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605DBA; }
p { color: rgb(96,93,186); }
H1.HeaderClassName
{
color: #605DBA;
}
.AnyTagClassName
{
color: #605DBA;
}
</style>
background-color css
<style>
a { background-color: #605DBA; }
a { background-color: rgb(96,93,186); }
div.DivClassName
{
background-color: #605DBA;
}
.BgClassName
{
background-color: #605DBA;
}
</style>
border-color css
<style>
span { border-color: #605DBA; }
span { border-color: rgb(96,93,186); }
td.TdClassName
{
border-color: #605DBA;
}
.TagClassName
{
border-color: #605DBA;
}
</style>