Html Css Color HEX #620CEC Electric Indigo

📋 copy color: '#620CEC'

red 98 ◦ green 12 ◦ blue 236

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

Shades of Electric Indigo #620CEC

Tints of Electric Indigo #620CEC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.47%

 BLUE value IS 236 (92.58% from 255) = 68.21%

R = 28.32%
G = 3.47%
B = 68.21%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#620CEC (or 0x620CEC) is known color: Electric Indigo. HEX triplet: 62, 0C and EC. RGB value is (98,12,236). Sum of RGB (Red+Green+Blue) = 98+12+236=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #620CEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620CEC is #9DF313. Grayscale: #3E3E3E. Windows color (decimal): -10351380 or 15469666. OLE color: 15469666.

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

Color convert

RGB 98 12 236 -
CMYK 0.58 0.95 0 0.07
HSL 263.04º 0.9% 0.49% -
HSV(B) 263.04º 0.95% 0.93% -
XYZ 20.31 8.92 80.01 -
YUV 63.25 225.49 152.79 -
System Red Green Blue C M Y K H S L
Decimal 98 12 236 0.58 0.95 0 0.07 263.04 0.9 0.49
Hex 62 C EC 3A 5F 0 7 107 5A 31
Octal 142 14 354 72 137 0 7 407 132 61
Binary 1100010 1100 11101100 111010 1011111 0 111 100000111 1011010 110001

Color Harmonies of #620CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620CEC

Black with #620CEC

Text Example


Text Example

White with #620CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,12,236); }

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

background-color css

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

 a { background-color: rgb(98,12,236); }

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

border-color css

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

 span { border-color: rgb(98,12,236); }

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