Html Css Color HEX #6100ED Electric Indigo

📋 copy color: '#6100ED'

red 97 ◦ green 0 ◦ blue 237

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

Shades of Electric Indigo #6100ED

Tints of Electric Indigo #6100ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 70.96%

R = 29.04%
G = 0%
B = 70.96%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6100ED (or 0x6100ED) is known color: Electric Indigo. HEX triplet: 61, 00 and ED. RGB value is (97,0,237). Sum of RGB (Red+Green+Blue) = 97+0+237=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 237 (92.97% from 255 or 70.96% from 334); Max value from RGB is 237 - color contains mainly: blue. Hex color #6100ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6100ED is #9EFF12. Grayscale: #373737. Windows color (decimal): -10419987 or 15532129. OLE color: 15532129.

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

Color convert

RGB 97 0 237 -
CMYK 0.59 1 0 0.07
HSL 264.56º 1% 0.46% -
HSV(B) 264.56º 1% 0.93% -
XYZ 20.22 8.66 80.73 -
YUV 56.02 230.14 157.23 -
System Red Green Blue C M Y K H S L
Decimal 97 0 237 0.59 1 0 0.07 264.56 1 0.46
Hex 61 0 ED 3B 64 0 7 109 64 2E
Octal 141 0 355 73 144 0 7 411 144 56
Binary 1100001 0 11101101 111011 1100100 0 111 100001001 1100100 101110

Color Harmonies of #6100ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6100ED

Black with #6100ED

Text Example


Text Example

White with #6100ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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