Html Css Color HEX #6408D7 Electric Indigo

📋 copy color: '#6408D7'

red 100 ◦ green 8 ◦ blue 215

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

Shades of Electric Indigo #6408D7

Tints of Electric Indigo #6408D7

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.48%

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

R = 30.96%
G = 2.48%
B = 66.56%

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

#6408D7 (or 0x6408D7) is known color: Electric Indigo. HEX triplet: 64, 08 and D7. RGB value is (100,8,215). Sum of RGB (Red+Green+Blue) = 100+8+215=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 215 (84.38% from 255 or 66.56% from 323); Max value from RGB is 215 - color contains mainly: blue. Hex color #6408D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6408D7 is #9BF728. Grayscale: #3A3A3A. Windows color (decimal): -10221353 or 14092388. OLE color: 14092388.

HSL color Cylindrical-coordinate representation of color #6408D7: hue angle of 266.67º degrees, saturation: 0.93, 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 #6408D7 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 8 215 -
CMYK 0.53 0.96 0 0.16
HSL 266.67º 0.93% 0.44% -
HSV(B) 266.67º 0.96% 0.84% -
XYZ 17.61 7.79 64.87 -
YUV 59.11 215.98 157.17 -
System Red Green Blue C M Y K H S L
Decimal 100 8 215 0.53 0.96 0 0.16 266.67 0.93 0.44
Hex 64 8 D7 35 60 0 10 10B 5D 2C
Octal 144 10 327 65 140 0 20 413 135 54
Binary 1100100 1000 11010111 110101 1100000 0 10000 100001011 1011101 101100

Color Harmonies of #6408D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6408D7

Black with #6408D7

Text Example


Text Example

White with #6408D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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