Html Css Color HEX #6405EC Electric Indigo

📋 copy color: '#6405EC'

red 100 ◦ green 5 ◦ blue 236

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

Shades of Electric Indigo #6405EC

Tints of Electric Indigo #6405EC

RGB

 RED value IS 100 (39.45% from 255) = 29.33%

 GREEN value IS 5 (2.34% from 255) = 1.47%

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

R = 29.33%
G = 1.47%
B = 69.21%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6405EC (or 0x6405EC) is known color: Electric Indigo. HEX triplet: 64, 05 and EC. RGB value is (100,5,236). Sum of RGB (Red+Green+Blue) = 100+5+236=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 236 (92.58% from 255 or 69.21% from 341); Max value from RGB is 236 - color contains mainly: blue. Hex color #6405EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6405EC is #9BFA13. Grayscale: #3A3A3A. Windows color (decimal): -10222100 or 15467876. OLE color: 15467876.

HSL color Cylindrical-coordinate representation of color #6405EC: hue angle of 264.68º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6405EC is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 5 236 -
CMYK 0.58 0.98 0 0.07
HSL 264.68º 0.96% 0.47% -
HSV(B) 264.68º 0.98% 0.93% -
XYZ 20.45 8.87 79.99 -
YUV 59.74 227.47 156.72 -
System Red Green Blue C M Y K H S L
Decimal 100 5 236 0.58 0.98 0 0.07 264.68 0.96 0.47
Hex 64 5 EC 3A 62 0 7 109 60 2F
Octal 144 5 354 72 142 0 7 411 140 57
Binary 1100100 101 11101100 111010 1100010 0 111 100001001 1100000 101111

Color Harmonies of #6405EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6405EC

Black with #6405EC

Text Example


Text Example

White with #6405EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,5,236); }

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

background-color css

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

 a { background-color: rgb(100,5,236); }

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

border-color css

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

 span { border-color: rgb(100,5,236); }

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