Html Css Color HEX #620AF6 Electric Indigo

📋 copy color: '#620AF6'

red 98 ◦ green 10 ◦ blue 246

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

Shades of Electric Indigo #620AF6

Tints of Electric Indigo #620AF6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.82%

 BLUE value IS 246 (96.48% from 255) = 69.49%

R = 27.68%
G = 2.82%
B = 69.49%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#620AF6 (or 0x620AF6) is known color: Electric Indigo. HEX triplet: 62, 0A and F6. RGB value is (98,10,246). Sum of RGB (Red+Green+Blue) = 98+10+246=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 246 (96.48% from 255 or 69.49% from 354); Max value from RGB is 246 - color contains mainly: blue. Hex color #620AF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620AF6 is #9DF509. Grayscale: #3E3E3E. Windows color (decimal): -10351882 or 16124514. OLE color: 16124514.

HSL color Cylindrical-coordinate representation of color #620AF6: hue angle of 262.37º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620AF6 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 98 10 246 -
CMYK 0.60 0.96 0 0.04
HSL 262.37º 0.93% 0.5% -
HSV(B) 262.37º 0.96% 0.96% -
XYZ 21.78 9.47 87.87 -
YUV 63.22 231.15 152.81 -
System Red Green Blue C M Y K H S L
Decimal 98 10 246 0.60 0.96 0 0.04 262.37 0.93 0.5
Hex 62 A F6 3C 60 0 4 106 5D 32
Octal 142 12 366 74 140 0 4 406 135 62
Binary 1100010 1010 11110110 111100 1100000 0 100 100000110 1011101 110010

Color Harmonies of #620AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620AF6

Black with #620AF6

Text Example


Text Example

White with #620AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,10,246); }

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

background-color css

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

 a { background-color: rgb(98,10,246); }

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

border-color css

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

 span { border-color: rgb(98,10,246); }

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