Shades of Rich Blue #605CAF
Tints of Rich Blue #605CAF
RGB
CMYK
RGB Variations
Color information
#605CAF (or 0x605CAF) is known color: Rich Blue. HEX triplet: 60, 5C and AF. RGB value is (96,92,175). Sum of RGB (Red+Green+Blue) = 96+92+175=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #605CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605CAF is #9FA350. Grayscale: #666666. Windows color (decimal): -10462033 or 11492448. OLE color: 11492448.
HSL color Cylindrical-coordinate representation of color #605CAF: hue angle of 242.89º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #605CAF is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 92 | 175 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.31 |
| HSL | 242.89º | 0.34% | 0.52% | - |
| HSV(B) | 242.89º | 0.47% | 0.69% | - |
| XYZ | 16.39 | 13.24 | 42.25 | - |
| YUV | 102.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 175 | 0.45 | 0.47 | 0 | 0.31 | 242.89 | 0.34 | 0.52 |
| Hex | 60 | 5C | AF | 2D | 2F | 0 | 1F | F3 | 22 | 34 |
| Octal | 140 | 134 | 257 | 55 | 57 | 0 | 37 | 363 | 42 | 64 |
| Binary | 1100000 | 1011100 | 10101111 | 101101 | 101111 | 0 | 11111 | 11110011 | 100010 | 110100 |
Color Harmonies of #605CAF
Complementary color
Monochromatic Colors of #605CAF
Black with #605CAF
Text Example
Text Example
White with #605CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605CAF; }
p { color: rgb(96,92,175); }
H1.HeaderClassName
{
color: #605CAF;
}
.AnyTagClassName
{
color: #605CAF;
}
</style>
background-color css
<style>
a { background-color: #605CAF; }
a { background-color: rgb(96,92,175); }
div.DivClassName
{
background-color: #605CAF;
}
.BgClassName
{
background-color: #605CAF;
}
</style>
border-color css
<style>
span { border-color: #605CAF; }
span { border-color: rgb(96,92,175); }
td.TdClassName
{
border-color: #605CAF;
}
.TagClassName
{
border-color: #605CAF;
}
</style>