Shades of Royal Blue #606BE2
Tints of Royal Blue #606BE2
RGB
CMYK
RGB Variations
Color information
#606BE2 (or 0x606BE2) is known color: Royal Blue. HEX triplet: 60, 6B and E2. RGB value is (96,107,226). Sum of RGB (Red+Green+Blue) = 96+107+226=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 226 (88.67% from 255 or 52.68% from 429); Max value from RGB is 226 - color contains mainly: blue. Hex color #606BE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606BE2 is #9F941D. Grayscale: #747474. Windows color (decimal): -10458142 or 14838624. OLE color: 14838624.
HSL color Cylindrical-coordinate representation of color #606BE2: hue angle of 234.92º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #606BE2 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 107 | 226 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.11 |
| HSL | 234.92º | 0.69% | 0.63% | - |
| HSV(B) | 234.92º | 0.58% | 0.89% | - |
| XYZ | 23.81 | 18.49 | 74.27 | - |
| YUV | 117.28 | 189.36 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 226 | 0.58 | 0.53 | 0 | 0.11 | 234.92 | 0.69 | 0.63 |
| Hex | 60 | 6B | E2 | 3A | 35 | 0 | B | EB | 45 | 3F |
| Octal | 140 | 153 | 342 | 72 | 65 | 0 | 13 | 353 | 105 | 77 |
| Binary | 1100000 | 1101011 | 11100010 | 111010 | 110101 | 0 | 1011 | 11101011 | 1000101 | 111111 |
Color Harmonies of #606BE2
Complementary color
Monochromatic Colors of #606BE2
Black with #606BE2
Text Example
Text Example
White with #606BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606BE2; }
p { color: rgb(96,107,226); }
H1.HeaderClassName
{
color: #606BE2;
}
.AnyTagClassName
{
color: #606BE2;
}
</style>
background-color css
<style>
a { background-color: #606BE2; }
a { background-color: rgb(96,107,226); }
div.DivClassName
{
background-color: #606BE2;
}
.BgClassName
{
background-color: #606BE2;
}
</style>
border-color css
<style>
span { border-color: #606BE2; }
span { border-color: rgb(96,107,226); }
td.TdClassName
{
border-color: #606BE2;
}
.TagClassName
{
border-color: #606BE2;
}
</style>