Html Css Color HEX #6408DA Electric Indigo

📋 copy color: '#6408DA'

red 100 ◦ green 8 ◦ blue 218

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

Shades of Electric Indigo #6408DA

Tints of Electric Indigo #6408DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.87%

R = 30.67%
G = 2.45%
B = 66.87%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6408DA (or 0x6408DA) is known color: Electric Indigo. HEX triplet: 64, 08 and DA. RGB value is (100,8,218). Sum of RGB (Red+Green+Blue) = 100+8+218=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #6408DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6408DA is #9BF725. Grayscale: #3A3A3A. Windows color (decimal): -10221350 or 14288996. OLE color: 14288996.

HSL color Cylindrical-coordinate representation of color #6408DA: hue angle of 266.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6408DA is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 8 218 -
CMYK 0.54 0.96 0 0.15
HSL 266.29º 0.93% 0.44% -
HSV(B) 266.29º 0.96% 0.85% -
XYZ 18 7.94 66.91 -
YUV 59.45 217.48 156.92 -
System Red Green Blue C M Y K H S L
Decimal 100 8 218 0.54 0.96 0 0.15 266.29 0.93 0.44
Hex 64 8 DA 36 60 0 F 10A 5D 2C
Octal 144 10 332 66 140 0 17 412 135 54
Binary 1100100 1000 11011010 110110 1100000 0 1111 100001010 1011101 101100

Color Harmonies of #6408DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6408DA

Black with #6408DA

Text Example


Text Example

White with #6408DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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