Html Css Color HEX #620BFF Electric Indigo

📋 copy color: '#620BFF'

red 98 ◦ green 11 ◦ blue 255

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

Shades of Electric Indigo #620BFF

Tints of Electric Indigo #620BFF

RGB

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

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

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

R = 26.92%
G = 3.02%
B = 70.05%

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

#620BFF (or 0x620BFF) is known color: Electric Indigo. HEX triplet: 62, 0B and FF. RGB value is (98,11,255). Sum of RGB (Red+Green+Blue) = 98+11+255=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #620BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620BFF is #9DF400. Grayscale: #3F3F3F. Windows color (decimal): -10351617 or 16714594. OLE color: 16714594.

HSL color Cylindrical-coordinate representation of color #620BFF: hue angle of 261.39º 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 #620BFF is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 98 11 255 -
CMYK 0.62 0.96 0 0
HSL 261.39º 1% 0.52% -
HSV(B) 261.39º 0.96% 1% -
XYZ 23.21 10.06 95.33 -
YUV 64.83 235.32 151.66 -
System Red Green Blue C M Y K H S L
Decimal 98 11 255 0.62 0.96 0 0 261.39 1 0.52
Hex 62 B FF 3E 60 0 0 105 64 34
Octal 142 13 377 76 140 0 0 405 144 64
Binary 1100010 1011 11111111 111110 1100000 0 0 100000101 1100100 110100

Color Harmonies of #620BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620BFF

Black with #620BFF

Text Example


Text Example

White with #620BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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