Shades of Royal Blue #606DDF
Tints of Royal Blue #606DDF
RGB
CMYK
RGB Variations
Color information
#606DDF (or 0x606DDF) is known color: Royal Blue. HEX triplet: 60, 6D and DF. RGB value is (96,109,223). Sum of RGB (Red+Green+Blue) = 96+109+223=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #606DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DDF is #9F9220. Grayscale: #757575. Windows color (decimal): -10457633 or 14642528. OLE color: 14642528.
HSL color Cylindrical-coordinate representation of color #606DDF: hue angle of 233.86º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #606DDF is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 109 | 223 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.13 |
| HSL | 233.86º | 0.66% | 0.63% | - |
| HSV(B) | 233.86º | 0.57% | 0.87% | - |
| XYZ | 23.61 | 18.75 | 72.19 | - |
| YUV | 118.11 | 187.19 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 223 | 0.57 | 0.51 | 0 | 0.13 | 233.86 | 0.66 | 0.63 |
| Hex | 60 | 6D | DF | 39 | 33 | 0 | D | EA | 42 | 3F |
| Octal | 140 | 155 | 337 | 71 | 63 | 0 | 15 | 352 | 102 | 77 |
| Binary | 1100000 | 1101101 | 11011111 | 111001 | 110011 | 0 | 1101 | 11101010 | 1000010 | 111111 |
Color Harmonies of #606DDF
Complementary color
Monochromatic Colors of #606DDF
Black with #606DDF
Text Example
Text Example
White with #606DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606DDF; }
p { color: rgb(96,109,223); }
H1.HeaderClassName
{
color: #606DDF;
}
.AnyTagClassName
{
color: #606DDF;
}
</style>
background-color css
<style>
a { background-color: #606DDF; }
a { background-color: rgb(96,109,223); }
div.DivClassName
{
background-color: #606DDF;
}
.BgClassName
{
background-color: #606DDF;
}
</style>
border-color css
<style>
span { border-color: #606DDF; }
span { border-color: rgb(96,109,223); }
td.TdClassName
{
border-color: #606DDF;
}
.TagClassName
{
border-color: #606DDF;
}
</style>