Html Css Color HEX #620FFE Electric Indigo

📋 copy color: '#620FFE'

red 98 ◦ green 15 ◦ blue 254

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

Shades of Electric Indigo #620FFE

Tints of Electric Indigo #620FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.09%

 BLUE value IS 254 (99.61% from 255) = 69.21%

R = 26.7%
G = 4.09%
B = 69.21%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#620FFE (or 0x620FFE) is known color: Electric Indigo. HEX triplet: 62, 0F and FE. RGB value is (98,15,254). Sum of RGB (Red+Green+Blue) = 98+15+254=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #620FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620FFE is #9DF001. Grayscale: #424242. Windows color (decimal): -10350594 or 16650082. OLE color: 16650082.

HSL color Cylindrical-coordinate representation of color #620FFE: hue angle of 260.84º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620FFE is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 98 15 254 -
CMYK 0.61 0.94 0 0.00
HSL 260.84º 0.99% 0.53% -
HSV(B) 260.84º 0.94% 1% -
XYZ 23.1 10.09 94.5 -
YUV 67.06 233.5 150.07 -
System Red Green Blue C M Y K H S L
Decimal 98 15 254 0.61 0.94 0 0.00 260.84 0.99 0.53
Hex 62 F FE 3D 5E 0 0 105 63 35
Octal 142 17 376 75 136 0 0 405 143 65
Binary 1100010 1111 11111110 111101 1011110 0 0 100000101 1100011 110101

Color Harmonies of #620FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620FFE

Black with #620FFE

Text Example


Text Example

White with #620FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,15,254); }

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

background-color css

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

 a { background-color: rgb(98,15,254); }

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

border-color css

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

 span { border-color: rgb(98,15,254); }

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