Shades of Royal Blue #606DE0
Tints of Royal Blue #606DE0
RGB
CMYK
RGB Variations
Color information
#606DE0 (or 0x606DE0) is known color: Royal Blue. HEX triplet: 60, 6D and E0. RGB value is (96,109,224). Sum of RGB (Red+Green+Blue) = 96+109+224=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #606DE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DE0 is #9F921F. Grayscale: #757575. Windows color (decimal): -10457632 or 14708064. OLE color: 14708064.
HSL color Cylindrical-coordinate representation of color #606DE0: hue angle of 233.91º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #606DE0 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 109 | 224 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.12 |
| HSL | 233.91º | 0.67% | 0.63% | - |
| HSV(B) | 233.91º | 0.57% | 0.88% | - |
| XYZ | 23.75 | 18.81 | 72.9 | - |
| YUV | 118.22 | 187.69 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 224 | 0.57 | 0.51 | 0 | 0.12 | 233.91 | 0.67 | 0.63 |
| Hex | 60 | 6D | E0 | 39 | 33 | 0 | C | EA | 43 | 3F |
| Octal | 140 | 155 | 340 | 71 | 63 | 0 | 14 | 352 | 103 | 77 |
| Binary | 1100000 | 1101101 | 11100000 | 111001 | 110011 | 0 | 1100 | 11101010 | 1000011 | 111111 |
Color Harmonies of #606DE0
Complementary color
Monochromatic Colors of #606DE0
Black with #606DE0
Text Example
Text Example
White with #606DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606DE0; }
p { color: rgb(96,109,224); }
H1.HeaderClassName
{
color: #606DE0;
}
.AnyTagClassName
{
color: #606DE0;
}
</style>
background-color css
<style>
a { background-color: #606DE0; }
a { background-color: rgb(96,109,224); }
div.DivClassName
{
background-color: #606DE0;
}
.BgClassName
{
background-color: #606DE0;
}
</style>
border-color css
<style>
span { border-color: #606DE0; }
span { border-color: rgb(96,109,224); }
td.TdClassName
{
border-color: #606DE0;
}
.TagClassName
{
border-color: #606DE0;
}
</style>