Html Css Color HEX #620DFB Electric Indigo

📋 copy color: '#620DFB'

red 98 ◦ green 13 ◦ blue 251

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

Shades of Electric Indigo #620DFB

Tints of Electric Indigo #620DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.59%

 BLUE value IS 251 (98.44% from 255) = 69.34%

R = 27.07%
G = 3.59%
B = 69.34%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#620DFB (or 0x620DFB) is known color: Electric Indigo. HEX triplet: 62, 0D and FB. RGB value is (98,13,251). Sum of RGB (Red+Green+Blue) = 98+13+251=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #620DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620DFB is #9DF204. Grayscale: #404040. Windows color (decimal): -10351109 or 16452962. OLE color: 16452962.

HSL color Cylindrical-coordinate representation of color #620DFB: hue angle of 261.43º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620DFB is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 98 13 251 -
CMYK 0.61 0.95 0 0.02
HSL 261.43º 0.97% 0.52% -
HSV(B) 261.43º 0.95% 0.98% -
XYZ 22.59 9.85 91.98 -
YUV 65.55 232.66 151.15 -
System Red Green Blue C M Y K H S L
Decimal 98 13 251 0.61 0.95 0 0.02 261.43 0.97 0.52
Hex 62 D FB 3D 5F 0 2 105 61 34
Octal 142 15 373 75 137 0 2 405 141 64
Binary 1100010 1101 11111011 111101 1011111 0 10 100000101 1100001 110100

Color Harmonies of #620DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620DFB

Black with #620DFB

Text Example


Text Example

White with #620DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,13,251); }

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

background-color css

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

 a { background-color: rgb(98,13,251); }

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

border-color css

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

 span { border-color: rgb(98,13,251); }

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