Html Css Color HEX #6101EC Electric Indigo

📋 copy color: '#6101EC'

red 97 ◦ green 1 ◦ blue 236

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

Shades of Electric Indigo #6101EC

Tints of Electric Indigo #6101EC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 29.04%
G = 0.3%
B = 70.66%

CMYK

 C value IS 0.59

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6101EC (or 0x6101EC) is known color: Electric Indigo. HEX triplet: 61, 01 and EC. RGB value is (97,1,236). Sum of RGB (Red+Green+Blue) = 97+1+236=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 236 (92.58% from 255 or 70.66% from 334); Max value from RGB is 236 - color contains mainly: blue. Hex color #6101EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6101EC is #9EFE13. Grayscale: #373737. Windows color (decimal): -10419732 or 15466849. OLE color: 15466849.

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

Color convert

RGB 97 1 236 -
CMYK 0.59 1.00 0 0.07
HSL 264.51º 0.99% 0.46% -
HSV(B) 264.51º 1% 0.93% -
XYZ 20.08 8.62 79.96 -
YUV 56.49 229.3 156.89 -
System Red Green Blue C M Y K H S L
Decimal 97 1 236 0.59 1.00 0 0.07 264.51 0.99 0.46
Hex 61 1 EC 3B 64 0 7 109 63 2E
Octal 141 1 354 73 144 0 7 411 143 56
Binary 1100001 1 11101100 111011 1100100 0 111 100001001 1100011 101110

Color Harmonies of #6101EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6101EC

Black with #6101EC

Text Example


Text Example

White with #6101EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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