Html Css Color HEX #6100FA Electric Indigo

📋 copy color: '#6100FA'

red 97 ◦ green 0 ◦ blue 250

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

Shades of Electric Indigo #6100FA

Tints of Electric Indigo #6100FA

RGB

 RED value IS 97 (38.28% from 255) = 27.95%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 27.95%
G = 0%
B = 72.05%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6100FA (or 0x6100FA) is known color: Electric Indigo. HEX triplet: 61, 00 and FA. RGB value is (97,0,250). Sum of RGB (Red+Green+Blue) = 97+0+250=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #6100FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6100FA is #9EFF05. Grayscale: #383838. Windows color (decimal): -10419974 or 16384097. OLE color: 16384097.

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

Color convert

RGB 97 0 250 -
CMYK 0.61 1 0 0.02
HSL 263.28º 1% 0.49% -
HSV(B) 263.28º 1% 0.98% -
XYZ 22.19 9.44 91.1 -
YUV 57.5 236.64 156.17 -
System Red Green Blue C M Y K H S L
Decimal 97 0 250 0.61 1 0 0.02 263.28 1 0.49
Hex 61 0 FA 3D 64 0 2 107 64 31
Octal 141 0 372 75 144 0 2 407 144 61
Binary 1100001 0 11111010 111101 1100100 0 10 100000111 1100100 110001

Color Harmonies of #6100FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6100FA

Black with #6100FA

Text Example


Text Example

White with #6100FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,0,250); }

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

background-color css

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

 a { background-color: rgb(97,0,250); }

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

border-color css

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

 span { border-color: rgb(97,0,250); }

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