Shades of Rich Blue #605DBB
Tints of Rich Blue #605DBB
RGB
CMYK
RGB Variations
Color information
#605DBB (or 0x605DBB) is known color: Rich Blue. HEX triplet: 60, 5D and BB. RGB value is (96,93,187). Sum of RGB (Red+Green+Blue) = 96+93+187=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #605DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605DBB is #9FA244. Grayscale: #686868. Windows color (decimal): -10461765 or 12279136. OLE color: 12279136.
HSL color Cylindrical-coordinate representation of color #605DBB: hue angle of 241.91º degrees, saturation: 0.41, 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 #605DBB is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 93 | 187 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.27 |
| HSL | 241.91º | 0.41% | 0.55% | - |
| HSV(B) | 241.91º | 0.5% | 0.73% | - |
| XYZ | 17.71 | 13.9 | 48.76 | - |
| YUV | 104.61 | 174.49 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 187 | 0.49 | 0.50 | 0 | 0.27 | 241.91 | 0.41 | 0.55 |
| Hex | 60 | 5D | BB | 31 | 32 | 0 | 1B | F2 | 29 | 37 |
| Octal | 140 | 135 | 273 | 61 | 62 | 0 | 33 | 362 | 51 | 67 |
| Binary | 1100000 | 1011101 | 10111011 | 110001 | 110010 | 0 | 11011 | 11110010 | 101001 | 110111 |
Color Harmonies of #605DBB
Complementary color
Monochromatic Colors of #605DBB
Black with #605DBB
Text Example
Text Example
White with #605DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605DBB; }
p { color: rgb(96,93,187); }
H1.HeaderClassName
{
color: #605DBB;
}
.AnyTagClassName
{
color: #605DBB;
}
</style>
background-color css
<style>
a { background-color: #605DBB; }
a { background-color: rgb(96,93,187); }
div.DivClassName
{
background-color: #605DBB;
}
.BgClassName
{
background-color: #605DBB;
}
</style>
border-color css
<style>
span { border-color: #605DBB; }
span { border-color: rgb(96,93,187); }
td.TdClassName
{
border-color: #605DBB;
}
.TagClassName
{
border-color: #605DBB;
}
</style>