Html Css Color HEX #620BFB Electric Indigo

📋 copy color: '#620BFB'

red 98 ◦ green 11 ◦ blue 251

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

Shades of Electric Indigo #620BFB

Tints of Electric Indigo #620BFB

RGB

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

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

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

R = 27.22%
G = 3.06%
B = 69.72%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#620BFB (or 0x620BFB) is known color: Electric Indigo. HEX triplet: 62, 0B and FB. RGB value is (98,11,251). Sum of RGB (Red+Green+Blue) = 98+11+251=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 251 (98.44% from 255 or 69.72% from 360); Max value from RGB is 251 - color contains mainly: blue. Hex color #620BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620BFB is #9DF404. Grayscale: #3F3F3F. Windows color (decimal): -10351621 or 16452450. OLE color: 16452450.

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

Color convert

RGB 98 11 251 -
CMYK 0.61 0.96 0 0.02
HSL 261.75º 0.97% 0.51% -
HSV(B) 261.75º 0.96% 0.98% -
XYZ 22.57 9.8 91.97 -
YUV 64.37 233.32 151.99 -
System Red Green Blue C M Y K H S L
Decimal 98 11 251 0.61 0.96 0 0.02 261.75 0.97 0.51
Hex 62 B FB 3D 60 0 2 106 61 33
Octal 142 13 373 75 140 0 2 406 141 63
Binary 1100010 1011 11111011 111101 1100000 0 10 100000110 1100001 110011

Color Harmonies of #620BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620BFB

Black with #620BFB

Text Example


Text Example

White with #620BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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