Html Css Color HEX #620BFE Electric Indigo

📋 copy color: '#620BFE'

red 98 ◦ green 11 ◦ blue 254

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

Shades of Electric Indigo #620BFE

Tints of Electric Indigo #620BFE

RGB

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

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

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

R = 27%
G = 3.03%
B = 69.97%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#620BFE (or 0x620BFE) is known color: Electric Indigo. HEX triplet: 62, 0B and FE. RGB value is (98,11,254). Sum of RGB (Red+Green+Blue) = 98+11+254=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #620BFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620BFE is #9DF401. Grayscale: #3F3F3F. Windows color (decimal): -10351618 or 16649058. OLE color: 16649058.

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

Color convert

RGB 98 11 254 -
CMYK 0.61 0.96 0 0.00
HSL 261.48º 0.99% 0.52% -
HSV(B) 261.48º 0.96% 1% -
XYZ 23.05 9.99 94.48 -
YUV 64.72 234.82 151.74 -
System Red Green Blue C M Y K H S L
Decimal 98 11 254 0.61 0.96 0 0.00 261.48 0.99 0.52
Hex 62 B FE 3D 60 0 0 105 63 34
Octal 142 13 376 75 140 0 0 405 143 64
Binary 1100010 1011 11111110 111101 1100000 0 0 100000101 1100011 110100

Color Harmonies of #620BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620BFE

Black with #620BFE

Text Example


Text Example

White with #620BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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