Html Css Color HEX #6201FA Electric Indigo

📋 copy color: '#6201FA'

red 98 ◦ green 1 ◦ blue 250

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

Shades of Electric Indigo #6201FA

Tints of Electric Indigo #6201FA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 250 (98.05% from 255) = 71.63%

R = 28.08%
G = 0.29%
B = 71.63%

CMYK

 C value IS 0.61

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6201FA (or 0x6201FA) is known color: Electric Indigo. HEX triplet: 62, 01 and FA. RGB value is (98,1,250). Sum of RGB (Red+Green+Blue) = 98+1+250=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #6201FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6201FA is #9DFE05. Grayscale: #393939. Windows color (decimal): -10354182 or 16384354. OLE color: 16384354.

HSL color Cylindrical-coordinate representation of color #6201FA: hue angle of 263.37º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6201FA is Cyan = 0.61, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 98 1 250 -
CMYK 0.61 1.00 0 0.02
HSL 263.37º 0.99% 0.49% -
HSV(B) 263.37º 1% 0.98% -
XYZ 22.3 9.52 91.1 -
YUV 58.39 236.14 156.25 -
System Red Green Blue C M Y K H S L
Decimal 98 1 250 0.61 1.00 0 0.02 263.37 0.99 0.49
Hex 62 1 FA 3D 64 0 2 107 63 31
Octal 142 1 372 75 144 0 2 407 143 61
Binary 1100010 1 11111010 111101 1100100 0 10 100000111 1100011 110001

Color Harmonies of #6201FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6201FA

Black with #6201FA

Text Example


Text Example

White with #6201FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6201FA; }

 p { color: rgb(98,1,250); }

 H1.HeaderClassName
 {
   color: #6201FA;
 }
 .AnyTagClassName
 {
   color: #6201FA;
 }
</style>

background-color css

<style>
 a { background-color: #6201FA; }

 a { background-color: rgb(98,1,250); }

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

border-color css

<style>
 span { border-color: #6201FA; }

 span { border-color: rgb(98,1,250); }

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