Html Css Color HEX #620EE0 Electric Indigo

📋 copy color: '#620EE0'

red 98 ◦ green 14 ◦ blue 224

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

Shades of Electric Indigo #620EE0

Tints of Electric Indigo #620EE0

RGB

 RED value IS 98 (38.67% from 255) = 29.17%

 GREEN value IS 14 (5.86% from 255) = 4.17%

 BLUE value IS 224 (87.89% from 255) = 66.67%

R = 29.17%
G = 4.17%
B = 66.67%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#620EE0 (or 0x620EE0) is known color: Electric Indigo. HEX triplet: 62, 0E and E0. RGB value is (98,14,224). Sum of RGB (Red+Green+Blue) = 98+14+224=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 224 (87.89% from 255 or 66.67% from 336); Max value from RGB is 224 - color contains mainly: blue. Hex color #620EE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620EE0 is #9DF11F. Grayscale: #3E3E3E. Windows color (decimal): -10350880 or 14683746. OLE color: 14683746.

HSL color Cylindrical-coordinate representation of color #620EE0: hue angle of 264º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620EE0 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 98 14 224 -
CMYK 0.56 0.94 0 0.12
HSL 264º 0.88% 0.47% -
HSV(B) 264º 0.94% 0.88% -
XYZ 18.65 8.29 71.14 -
YUV 63.06 218.83 152.92 -
System Red Green Blue C M Y K H S L
Decimal 98 14 224 0.56 0.94 0 0.12 264 0.88 0.47
Hex 62 E E0 38 5E 0 C 108 58 2F
Octal 142 16 340 70 136 0 14 410 130 57
Binary 1100010 1110 11100000 111000 1011110 0 1100 100001000 1011000 101111

Color Harmonies of #620EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620EE0

Black with #620EE0

Text Example


Text Example

White with #620EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620EE0; }

 p { color: rgb(98,14,224); }

 H1.HeaderClassName
 {
   color: #620EE0;
 }
 .AnyTagClassName
 {
   color: #620EE0;
 }
</style>

background-color css

<style>
 a { background-color: #620EE0; }

 a { background-color: rgb(98,14,224); }

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

border-color css

<style>
 span { border-color: #620EE0; }

 span { border-color: rgb(98,14,224); }

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