#616EDF

Color #616EDF Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #616EDF

Tints of Royal Blue #616EDF

Color information

#616EDF (or 0x616EDF) is unknown color: approx Royal Blue. HEX triplet: 61, 6E and DF. RGB value is (97,110,223). Sum of RGB (Red+Green+Blue) = 97+110+223=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #616EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616EDF is #9E9120. Grayscale: #767676. Windows color (decimal): -10391841 or 14642785. OLE color: 14642785.

HSL color Cylindrical-coordinate representation of color #616EDF: hue angle of 233.81º 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 #616EDF is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97110223-
CMYK0.570.5100.13
HSL233.81º66.32%62.75%-
HSV(B)233.81º56.5%87.45%-
XYZ23.8219.0272.23-
YUV118.99186.69112.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 22.56%
GREEN value IS 110 (43.36% from 255) = 25.58%
BLUE value IS 223 (87.5% from 255) = 51.86%
R=22.56%
G=25.58%
B=51.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971102230.570.5100.13233.8166.3262.75
Hex616EDF39330Dea423f
Octal141156337716301535210277
Binary110000111011101101111111100111001101101111010101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616EDF; }

 p { color: rgb(97,110,223); }

 H1.HeaderClassName
 {
   color: #616EDF;
 }
 .AnyTagClassName
 {
   color: #616EDF;
 }
</style>
background-color css

<style>
 a { background-color: #616EDF; }

 a { background-color: rgb(97,110,223); }

 div.DivClassName
 {
   background-color: #616EDF;
 }
 .BgClassName
 {
   background-color: #616EDF;
 }
</style>
border-color css

<style>
 span { border-color: #616EDF; }

 span { border-color: rgb(97,110,223); }

 td.TdClassName
 {
   border-color: #616EDF;
 }
 .TagClassName
 {
   border-color: #616EDF;
 }
</style>