Html Css Color HEX #620AFF Electric Indigo

📋 copy color: '#620AFF'

red 98 ◦ green 10 ◦ blue 255

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

Shades of Electric Indigo #620AFF

Tints of Electric Indigo #620AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 70.25%

R = 27%
G = 2.75%
B = 70.25%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#620AFF (or 0x620AFF) is known color: Electric Indigo. HEX triplet: 62, 0A and FF. RGB value is (98,10,255). Sum of RGB (Red+Green+Blue) = 98+10+255=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #620AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620AFF is #9DF500. Grayscale: #3F3F3F. Windows color (decimal): -10351873 or 16714338. OLE color: 16714338.

HSL color Cylindrical-coordinate representation of color #620AFF: hue angle of 261.55º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620AFF is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 98 10 255 -
CMYK 0.62 0.96 0 0
HSL 261.55º 1% 0.52% -
HSV(B) 261.55º 0.96% 1% -
XYZ 23.2 10.03 95.32 -
YUV 64.24 235.65 152.08 -
System Red Green Blue C M Y K H S L
Decimal 98 10 255 0.62 0.96 0 0 261.55 1 0.52
Hex 62 A FF 3E 60 0 0 106 64 34
Octal 142 12 377 76 140 0 0 406 144 64
Binary 1100010 1010 11111111 111110 1100000 0 0 100000110 1100100 110100

Color Harmonies of #620AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620AFF

Black with #620AFF

Text Example


Text Example

White with #620AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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