Shades of Royal Blue #616FDF
Tints of Royal Blue #616FDF
RGB
CMYK
RGB Variations
Color information
#616FDF (or 0x616FDF) is known color: Royal Blue. HEX triplet: 61, 6F and DF. RGB value is (97,111,223). Sum of RGB (Red+Green+Blue) = 97+111+223=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #616FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616FDF is #9E9020. Grayscale: #777777. Windows color (decimal): -10391585 or 14643041. OLE color: 14643041.
HSL color Cylindrical-coordinate representation of color #616FDF: hue angle of 233.33º 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 #616FDF is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 111 | 223 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.13 |
| HSL | 233.33º | 0.66% | 0.63% | - |
| HSV(B) | 233.33º | 0.57% | 0.87% | - |
| XYZ | 23.93 | 19.24 | 72.26 | - |
| YUV | 119.58 | 186.36 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 223 | 0.57 | 0.50 | 0 | 0.13 | 233.33 | 0.66 | 0.63 |
| Hex | 61 | 6F | DF | 39 | 32 | 0 | D | E9 | 42 | 3F |
| Octal | 141 | 157 | 337 | 71 | 62 | 0 | 15 | 351 | 102 | 77 |
| Binary | 1100001 | 1101111 | 11011111 | 111001 | 110010 | 0 | 1101 | 11101001 | 1000010 | 111111 |
Color Harmonies of #616FDF
Complementary color
Monochromatic Colors of #616FDF
Black with #616FDF
Text Example
Text Example
White with #616FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616FDF; }
p { color: rgb(97,111,223); }
H1.HeaderClassName
{
color: #616FDF;
}
.AnyTagClassName
{
color: #616FDF;
}
</style>
background-color css
<style>
a { background-color: #616FDF; }
a { background-color: rgb(97,111,223); }
div.DivClassName
{
background-color: #616FDF;
}
.BgClassName
{
background-color: #616FDF;
}
</style>
border-color css
<style>
span { border-color: #616FDF; }
span { border-color: rgb(97,111,223); }
td.TdClassName
{
border-color: #616FDF;
}
.TagClassName
{
border-color: #616FDF;
}
</style>