Shades of Rich Blue #605CBB
Tints of Rich Blue #605CBB
RGB
CMYK
RGB Variations
Color information
#605CBB (or 0x605CBB) is known color: Rich Blue. HEX triplet: 60, 5C and BB. RGB value is (96,92,187). Sum of RGB (Red+Green+Blue) = 96+92+187=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #605CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605CBB is #9FA344. Grayscale: #676767. Windows color (decimal): -10462021 or 12278880. OLE color: 12278880.
HSL color Cylindrical-coordinate representation of color #605CBB: hue angle of 242.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #605CBB is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 92 | 187 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.27 |
| HSL | 242.53º | 0.41% | 0.55% | - |
| HSV(B) | 242.53º | 0.51% | 0.73% | - |
| XYZ | 17.62 | 13.73 | 48.73 | - |
| YUV | 104.03 | 174.83 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 187 | 0.49 | 0.51 | 0 | 0.27 | 242.53 | 0.41 | 0.55 |
| Hex | 60 | 5C | BB | 31 | 33 | 0 | 1B | F3 | 29 | 37 |
| Octal | 140 | 134 | 273 | 61 | 63 | 0 | 33 | 363 | 51 | 67 |
| Binary | 1100000 | 1011100 | 10111011 | 110001 | 110011 | 0 | 11011 | 11110011 | 101001 | 110111 |
Color Harmonies of #605CBB
Complementary color
Monochromatic Colors of #605CBB
Black with #605CBB
Text Example
Text Example
White with #605CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605CBB; }
p { color: rgb(96,92,187); }
H1.HeaderClassName
{
color: #605CBB;
}
.AnyTagClassName
{
color: #605CBB;
}
</style>
background-color css
<style>
a { background-color: #605CBB; }
a { background-color: rgb(96,92,187); }
div.DivClassName
{
background-color: #605CBB;
}
.BgClassName
{
background-color: #605CBB;
}
</style>
border-color css
<style>
span { border-color: #605CBB; }
span { border-color: rgb(96,92,187); }
td.TdClassName
{
border-color: #605CBB;
}
.TagClassName
{
border-color: #605CBB;
}
</style>