Html Css Color HEX #6409D7 Electric Indigo

📋 copy color: '#6409D7'

red 100 ◦ green 9 ◦ blue 215

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

Shades of Electric Indigo #6409D7

Tints of Electric Indigo #6409D7

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.78%

 BLUE value IS 215 (84.38% from 255) = 66.36%

R = 30.86%
G = 2.78%
B = 66.36%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6409D7 (or 0x6409D7) is known color: Electric Indigo. HEX triplet: 64, 09 and D7. RGB value is (100,9,215). Sum of RGB (Red+Green+Blue) = 100+9+215=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 215 (84.38% from 255 or 66.36% from 324); Max value from RGB is 215 - color contains mainly: blue. Hex color #6409D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6409D7 is #9BF628. Grayscale: #3A3A3A. Windows color (decimal): -10221097 or 14092644. OLE color: 14092644.

HSL color Cylindrical-coordinate representation of color #6409D7: hue angle of 266.5º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6409D7 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 9 215 -
CMYK 0.53 0.96 0 0.16
HSL 266.5º 0.92% 0.44% -
HSV(B) 266.5º 0.96% 0.84% -
XYZ 17.62 7.81 64.87 -
YUV 59.69 215.65 156.75 -
System Red Green Blue C M Y K H S L
Decimal 100 9 215 0.53 0.96 0 0.16 266.5 0.92 0.44
Hex 64 9 D7 35 60 0 10 10B 5C 2C
Octal 144 11 327 65 140 0 20 413 134 54
Binary 1100100 1001 11010111 110101 1100000 0 10000 100001011 1011100 101100

Color Harmonies of #6409D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6409D7

Black with #6409D7

Text Example


Text Example

White with #6409D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6409D7; }

 p { color: rgb(100,9,215); }

 H1.HeaderClassName
 {
   color: #6409D7;
 }
 .AnyTagClassName
 {
   color: #6409D7;
 }
</style>

background-color css

<style>
 a { background-color: #6409D7; }

 a { background-color: rgb(100,9,215); }

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

border-color css

<style>
 span { border-color: #6409D7; }

 span { border-color: rgb(100,9,215); }

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