Html Css Color HEX #6100EC Electric Indigo

📋 copy color: '#6100EC'

red 97 ◦ green 0 ◦ blue 236

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

Shades of Electric Indigo #6100EC

Tints of Electric Indigo #6100EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 70.87%

R = 29.13%
G = 0%
B = 70.87%

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

#6100EC (or 0x6100EC) is known color: Electric Indigo. HEX triplet: 61, 00 and EC. RGB value is (97,0,236). Sum of RGB (Red+Green+Blue) = 97+0+236=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #6100EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6100EC is #9EFF13. Grayscale: #373737. Windows color (decimal): -10419988 or 15466593. OLE color: 15466593.

HSL color Cylindrical-coordinate representation of color #6100EC: hue angle of 264.66º 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 #6100EC is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 0 236 -
CMYK 0.59 1 0 0.07
HSL 264.66º 1% 0.46% -
HSV(B) 264.66º 1% 0.93% -
XYZ 20.07 8.6 79.96 -
YUV 55.91 229.64 157.31 -
System Red Green Blue C M Y K H S L
Decimal 97 0 236 0.59 1 0 0.07 264.66 1 0.46
Hex 61 0 EC 3B 64 0 7 109 64 2E
Octal 141 0 354 73 144 0 7 411 144 56
Binary 1100001 0 11101100 111011 1100100 0 111 100001001 1100100 101110

Color Harmonies of #6100EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6100EC

Black with #6100EC

Text Example


Text Example

White with #6100EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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