Html Css Color HEX #620EED Electric Indigo

📋 copy color: '#620EED'

red 98 ◦ green 14 ◦ blue 237

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

Shades of Electric Indigo #620EED

Tints of Electric Indigo #620EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.91%

R = 28.08%
G = 4.01%
B = 67.91%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#620EED (or 0x620EED) is known color: Electric Indigo. HEX triplet: 62, 0E and ED. RGB value is (98,14,237). Sum of RGB (Red+Green+Blue) = 98+14+237=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 237 (92.97% from 255 or 67.91% from 349); Max value from RGB is 237 - color contains mainly: blue. Hex color #620EED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620EED is #9DF112. Grayscale: #3F3F3F. Windows color (decimal): -10350867 or 15535714. OLE color: 15535714.

HSL color Cylindrical-coordinate representation of color #620EED: hue angle of 262.6º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620EED is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 14 237 -
CMYK 0.59 0.94 0 0.07
HSL 262.6º 0.89% 0.49% -
HSV(B) 262.6º 0.94% 0.93% -
XYZ 20.48 9.03 80.78 -
YUV 64.54 225.33 151.87 -
System Red Green Blue C M Y K H S L
Decimal 98 14 237 0.59 0.94 0 0.07 262.6 0.89 0.49
Hex 62 E ED 3B 5E 0 7 107 59 31
Octal 142 16 355 73 136 0 7 407 131 61
Binary 1100010 1110 11101101 111011 1011110 0 111 100000111 1011001 110001

Color Harmonies of #620EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620EED

Black with #620EED

Text Example


Text Example

White with #620EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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