Html Css Color HEX #6100EA Electric Indigo

📋 copy color: '#6100EA'

red 97 ◦ green 0 ◦ blue 234

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

Shades of Electric Indigo #6100EA

Tints of Electric Indigo #6100EA

RGB

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

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

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

R = 29.31%
G = 0%
B = 70.69%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6100EA (or 0x6100EA) is known color: Electric Indigo. HEX triplet: 61, 00 and EA. RGB value is (97,0,234). Sum of RGB (Red+Green+Blue) = 97+0+234=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #6100EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6100EA is #9EFF15. Grayscale: #363636. Windows color (decimal): -10419990 or 15335521. OLE color: 15335521.

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

Color convert

RGB 97 0 234 -
CMYK 0.59 1 0 0.08
HSL 264.87º 1% 0.46% -
HSV(B) 264.87º 1% 0.92% -
XYZ 19.78 8.48 78.44 -
YUV 55.68 228.64 157.47 -
System Red Green Blue C M Y K H S L
Decimal 97 0 234 0.59 1 0 0.08 264.87 1 0.46
Hex 61 0 EA 3B 64 0 8 109 64 2E
Octal 141 0 352 73 144 0 10 411 144 56
Binary 1100001 0 11101010 111011 1100100 0 1000 100001001 1100100 101110

Color Harmonies of #6100EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6100EA

Black with #6100EA

Text Example


Text Example

White with #6100EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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