Html Css Color HEX #616FE2 Royal Blue

📋 copy color: '#616FE2'

red 97 ◦ green 111 ◦ blue 226

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

Shades of Royal Blue #616FE2

Tints of Royal Blue #616FE2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.58%

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

R = 22.35%
G = 25.58%
B = 52.07%

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

#616FE2 (or 0x616FE2) is known color: Royal Blue. HEX triplet: 61, 6F and E2. RGB value is (97,111,226). Sum of RGB (Red+Green+Blue) = 97+111+226=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 226 (88.67% from 255 or 52.07% from 434); Max value from RGB is 226 - color contains mainly: blue. Hex color #616FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616FE2 is #9E901D. Grayscale: #777777. Windows color (decimal): -10391582 or 14839649. OLE color: 14839649.

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

Color convert

RGB 97 111 226 -
CMYK 0.57 0.51 0 0.11
HSL 233.49º 0.69% 0.63% -
HSV(B) 233.49º 0.57% 0.89% -
XYZ 24.34 19.4 74.41 -
YUV 119.92 187.86 111.65 -
System Red Green Blue C M Y K H S L
Decimal 97 111 226 0.57 0.51 0 0.11 233.49 0.69 0.63
Hex 61 6F E2 39 33 0 B E9 45 3F
Octal 141 157 342 71 63 0 13 351 105 77
Binary 1100001 1101111 11100010 111001 110011 0 1011 11101001 1000101 111111

Color Harmonies of #616FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616FE2

Black with #616FE2

Text Example


Text Example

White with #616FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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