Html Css Color HEX #620BF0 Electric Indigo

📋 copy color: '#620BF0'

red 98 ◦ green 11 ◦ blue 240

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

Shades of Electric Indigo #620BF0

Tints of Electric Indigo #620BF0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.15%

 BLUE value IS 240 (94.14% from 255) = 68.77%

R = 28.08%
G = 3.15%
B = 68.77%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#620BF0 (or 0x620BF0) is known color: Electric Indigo. HEX triplet: 62, 0B and F0. RGB value is (98,11,240). Sum of RGB (Red+Green+Blue) = 98+11+240=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 240 (94.14% from 255 or 68.77% from 349); Max value from RGB is 240 - color contains mainly: blue. Hex color #620BF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620BF0 is #9DF40F. Grayscale: #3E3E3E. Windows color (decimal): -10351632 or 15731554. OLE color: 15731554.

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

Color convert

RGB 98 11 240 -
CMYK 0.59 0.95 0 0.06
HSL 262.79º 0.91% 0.49% -
HSV(B) 262.79º 0.95% 0.94% -
XYZ 20.88 9.13 83.1 -
YUV 63.12 227.82 152.88 -
System Red Green Blue C M Y K H S L
Decimal 98 11 240 0.59 0.95 0 0.06 262.79 0.91 0.49
Hex 62 B F0 3B 5F 0 6 107 5B 31
Octal 142 13 360 73 137 0 6 407 133 61
Binary 1100010 1011 11110000 111011 1011111 0 110 100000111 1011011 110001

Color Harmonies of #620BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620BF0

Black with #620BF0

Text Example


Text Example

White with #620BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,11,240); }

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

background-color css

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

 a { background-color: rgb(98,11,240); }

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

border-color css

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

 span { border-color: rgb(98,11,240); }

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