Shades of Rich Blue #605FBE
Tints of Rich Blue #605FBE
RGB
CMYK
RGB Variations
Color information
#605FBE (or 0x605FBE) is known color: Rich Blue. HEX triplet: 60, 5F and BE. RGB value is (96,95,190). Sum of RGB (Red+Green+Blue) = 96+95+190=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #605FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605FBE is #9FA041. Grayscale: #696969. Windows color (decimal): -10461250 or 12476256. OLE color: 12476256.
HSL color Cylindrical-coordinate representation of color #605FBE: hue angle of 240.63º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #605FBE is Cyan = 0.49, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 95 | 190 | - |
| CMYK | 0.49 | 0.5 | 0 | 0.25 |
| HSL | 240.63º | 0.42% | 0.56% | - |
| HSV(B) | 240.63º | 0.5% | 0.75% | - |
| XYZ | 18.21 | 14.39 | 50.53 | - |
| YUV | 106.13 | 175.33 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 190 | 0.49 | 0.5 | 0 | 0.25 | 240.63 | 0.42 | 0.56 |
| Hex | 60 | 5F | BE | 31 | 32 | 0 | 19 | F1 | 2A | 38 |
| Octal | 140 | 137 | 276 | 61 | 62 | 0 | 31 | 361 | 52 | 70 |
| Binary | 1100000 | 1011111 | 10111110 | 110001 | 110010 | 0 | 11001 | 11110001 | 101010 | 111000 |
Color Harmonies of #605FBE
Complementary color
Monochromatic Colors of #605FBE
Black with #605FBE
Text Example
Text Example
White with #605FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605FBE; }
p { color: rgb(96,95,190); }
H1.HeaderClassName
{
color: #605FBE;
}
.AnyTagClassName
{
color: #605FBE;
}
</style>
background-color css
<style>
a { background-color: #605FBE; }
a { background-color: rgb(96,95,190); }
div.DivClassName
{
background-color: #605FBE;
}
.BgClassName
{
background-color: #605FBE;
}
</style>
border-color css
<style>
span { border-color: #605FBE; }
span { border-color: rgb(96,95,190); }
td.TdClassName
{
border-color: #605FBE;
}
.TagClassName
{
border-color: #605FBE;
}
</style>