Html Css Color HEX #6107EA Electric Indigo

📋 copy color: '#6107EA'

red 97 ◦ green 7 ◦ blue 234

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

Shades of Electric Indigo #6107EA

Tints of Electric Indigo #6107EA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.07%

 BLUE value IS 234 (91.8% from 255) = 69.23%

R = 28.7%
G = 2.07%
B = 69.23%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6107EA (or 0x6107EA) is known color: Electric Indigo. HEX triplet: 61, 07 and EA. RGB value is (97,7,234). Sum of RGB (Red+Green+Blue) = 97+7+234=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 234 (91.80% from 255 or 69.23% from 338); Max value from RGB is 234 - color contains mainly: blue. Hex color #6107EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6107EA is #9EF815. Grayscale: #3A3A3A. Windows color (decimal): -10418198 or 15337313. OLE color: 15337313.

HSL color Cylindrical-coordinate representation of color #6107EA: hue angle of 263.79º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6107EA is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 7 234 -
CMYK 0.59 0.97 0 0.08
HSL 263.79º 0.94% 0.47% -
HSV(B) 263.79º 0.97% 0.92% -
XYZ 19.86 8.63 78.46 -
YUV 59.79 226.32 154.54 -
System Red Green Blue C M Y K H S L
Decimal 97 7 234 0.59 0.97 0 0.08 263.79 0.94 0.47
Hex 61 7 EA 3B 61 0 8 108 5E 2F
Octal 141 7 352 73 141 0 10 410 136 57
Binary 1100001 111 11101010 111011 1100001 0 1000 100001000 1011110 101111

Color Harmonies of #6107EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6107EA

Black with #6107EA

Text Example


Text Example

White with #6107EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6107EA; }

 p { color: rgb(97,7,234); }

 H1.HeaderClassName
 {
   color: #6107EA;
 }
 .AnyTagClassName
 {
   color: #6107EA;
 }
</style>

background-color css

<style>
 a { background-color: #6107EA; }

 a { background-color: rgb(97,7,234); }

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

border-color css

<style>
 span { border-color: #6107EA; }

 span { border-color: rgb(97,7,234); }

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