Html Css Color HEX #620BEC Electric Indigo

📋 copy color: '#620BEC'

red 98 ◦ green 11 ◦ blue 236

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

Shades of Electric Indigo #620BEC

Tints of Electric Indigo #620BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 68.41%

R = 28.41%
G = 3.19%
B = 68.41%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#620BEC (or 0x620BEC) is known color: Electric Indigo. HEX triplet: 62, 0B and EC. RGB value is (98,11,236). Sum of RGB (Red+Green+Blue) = 98+11+236=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #620BEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620BEC is #9DF413. Grayscale: #3D3D3D. Windows color (decimal): -10351636 or 15469410. OLE color: 15469410.

HSL color Cylindrical-coordinate representation of color #620BEC: hue angle of 263.2º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620BEC is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 11 236 -
CMYK 0.58 0.95 0 0.07
HSL 263.2º 0.91% 0.48% -
HSV(B) 263.2º 0.95% 0.93% -
XYZ 20.3 8.89 80 -
YUV 62.66 225.82 153.2 -
System Red Green Blue C M Y K H S L
Decimal 98 11 236 0.58 0.95 0 0.07 263.2 0.91 0.48
Hex 62 B EC 3A 5F 0 7 107 5B 30
Octal 142 13 354 72 137 0 7 407 133 60
Binary 1100010 1011 11101100 111010 1011111 0 111 100000111 1011011 110000

Color Harmonies of #620BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620BEC

Black with #620BEC

Text Example


Text Example

White with #620BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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