Shades of Royal Blue #606BE4
Tints of Royal Blue #606BE4
RGB
CMYK
RGB Variations
Color information
#606BE4 (or 0x606BE4) is known color: Royal Blue. HEX triplet: 60, 6B and E4. RGB value is (96,107,228). Sum of RGB (Red+Green+Blue) = 96+107+228=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 228 (89.45% from 255 or 52.90% from 431); Max value from RGB is 228 - color contains mainly: blue. Hex color #606BE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606BE4 is #9F941B. Grayscale: #757575. Windows color (decimal): -10458140 or 14969696. OLE color: 14969696.
HSL color Cylindrical-coordinate representation of color #606BE4: hue angle of 235º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #606BE4 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 107 | 228 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.11 |
| HSL | 235º | 0.71% | 0.64% | - |
| HSV(B) | 235º | 0.58% | 0.89% | - |
| XYZ | 24.09 | 18.6 | 75.72 | - |
| YUV | 117.51 | 190.36 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 228 | 0.58 | 0.53 | 0 | 0.11 | 235 | 0.71 | 0.64 |
| Hex | 60 | 6B | E4 | 3A | 35 | 0 | B | EB | 47 | 40 |
| Octal | 140 | 153 | 344 | 72 | 65 | 0 | 13 | 353 | 107 | 100 |
| Binary | 1100000 | 1101011 | 11100100 | 111010 | 110101 | 0 | 1011 | 11101011 | 1000111 | 1000000 |
Color Harmonies of #606BE4
Complementary color
Monochromatic Colors of #606BE4
Black with #606BE4
Text Example
Text Example
White with #606BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606BE4; }
p { color: rgb(96,107,228); }
H1.HeaderClassName
{
color: #606BE4;
}
.AnyTagClassName
{
color: #606BE4;
}
</style>
background-color css
<style>
a { background-color: #606BE4; }
a { background-color: rgb(96,107,228); }
div.DivClassName
{
background-color: #606BE4;
}
.BgClassName
{
background-color: #606BE4;
}
</style>
border-color css
<style>
span { border-color: #606BE4; }
span { border-color: rgb(96,107,228); }
td.TdClassName
{
border-color: #606BE4;
}
.TagClassName
{
border-color: #606BE4;
}
</style>