Html Css Color HEX #616EE2 Royal Blue

📋 copy color: '#616EE2'

red 97 ◦ green 110 ◦ blue 226

#616EE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #616EE2

Tints of Royal Blue #616EE2

RGB

 RED value IS 97 (38.28% from 255) = 22.4%

 GREEN value IS 110 (43.36% from 255) = 25.4%

 BLUE value IS 226 (88.67% from 255) = 52.19%

R = 22.4%
G = 25.4%
B = 52.19%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#616EE2 (or 0x616EE2) is known color: Royal Blue. HEX triplet: 61, 6E and E2. RGB value is (97,110,226). Sum of RGB (Red+Green+Blue) = 97+110+226=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 226 (88.67% from 255 or 52.19% from 433); Max value from RGB is 226 - color contains mainly: blue. Hex color #616EE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616EE2 is #9E911D. Grayscale: #767676. Windows color (decimal): -10391838 or 14839393. OLE color: 14839393.

HSL color Cylindrical-coordinate representation of color #616EE2: hue angle of 233.95º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #616EE2 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 97 110 226 -
CMYK 0.57 0.51 0 0.11
HSL 233.95º 0.69% 0.63% -
HSV(B) 233.95º 0.57% 0.89% -
XYZ 24.23 19.18 74.38 -
YUV 119.34 188.19 112.07 -
System Red Green Blue C M Y K H S L
Decimal 97 110 226 0.57 0.51 0 0.11 233.95 0.69 0.63
Hex 61 6E E2 39 33 0 B EA 45 3F
Octal 141 156 342 71 63 0 13 352 105 77
Binary 1100001 1101110 11100010 111001 110011 0 1011 11101010 1000101 111111

Color Harmonies of #616EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616EE2

Black with #616EE2

Text Example


Text Example

White with #616EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #616EE2;
 }
 .AnyTagClassName
 {
   color: #616EE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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