Html Css Color HEX #6110FA Electric Indigo

📋 copy color: '#6110FA'

red 97 ◦ green 16 ◦ blue 250

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

Shades of Electric Indigo #6110FA

Tints of Electric Indigo #6110FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.41%

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

R = 26.72%
G = 4.41%
B = 68.87%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6110FA (or 0x6110FA) is known color: Electric Indigo. HEX triplet: 61, 10 and FA. RGB value is (97,16,250). Sum of RGB (Red+Green+Blue) = 97+16+250=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #6110FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6110FA is #9EEF05. Grayscale: #424242. Windows color (decimal): -10415878 or 16388193. OLE color: 16388193.

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

Color convert

RGB 97 16 250 -
CMYK 0.61 0.94 0 0.02
HSL 260.77º 0.96% 0.52% -
HSV(B) 260.77º 0.94% 0.98% -
XYZ 22.37 9.81 91.16 -
YUV 66.9 231.34 149.47 -
System Red Green Blue C M Y K H S L
Decimal 97 16 250 0.61 0.94 0 0.02 260.77 0.96 0.52
Hex 61 10 FA 3D 5E 0 2 105 60 34
Octal 141 20 372 75 136 0 2 405 140 64
Binary 1100001 10000 11111010 111101 1011110 0 10 100000101 1100000 110100

Color Harmonies of #6110FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6110FA

Black with #6110FA

Text Example


Text Example

White with #6110FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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