Html Css Color HEX #620AFC Electric Indigo

📋 copy color: '#620AFC'

red 98 ◦ green 10 ◦ blue 252

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

Shades of Electric Indigo #620AFC

Tints of Electric Indigo #620AFC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.78%

 BLUE value IS 252 (98.83% from 255) = 70%

R = 27.22%
G = 2.78%
B = 70%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#620AFC (or 0x620AFC) is known color: Electric Indigo. HEX triplet: 62, 0A and FC. RGB value is (98,10,252). Sum of RGB (Red+Green+Blue) = 98+10+252=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #620AFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620AFC is #9DF503. Grayscale: #3F3F3F. Windows color (decimal): -10351876 or 16517730. OLE color: 16517730.

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

Color convert

RGB 98 10 252 -
CMYK 0.61 0.96 0 0.01
HSL 261.82º 0.98% 0.51% -
HSV(B) 261.82º 0.96% 0.99% -
XYZ 22.72 9.84 92.8 -
YUV 63.9 234.15 152.32 -
System Red Green Blue C M Y K H S L
Decimal 98 10 252 0.61 0.96 0 0.01 261.82 0.98 0.51
Hex 62 A FC 3D 60 0 1 106 62 33
Octal 142 12 374 75 140 0 1 406 142 63
Binary 1100010 1010 11111100 111101 1100000 0 1 100000110 1100010 110011

Color Harmonies of #620AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620AFC

Black with #620AFC

Text Example


Text Example

White with #620AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,10,252); }

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

background-color css

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

 a { background-color: rgb(98,10,252); }

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

border-color css

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

 span { border-color: rgb(98,10,252); }

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