#6408D7

Color #6408D7 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #6408D7

Tints of Electric Indigo #6408D7

Color information

#6408D7 (or 0x6408D7) is unknown color: approx 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

RGB1008215-
CMYK0.530.9600.16
HSL266.67º92.83%43.73%-
HSV(B)266.67º96.28%84.31%-
XYZ17.617.7964.87-
YUV59.11215.98157.17-

RGB Variations

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

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 (Cyan) values IS 0.53
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal10082150.530.9600.16266.6792.8343.73
Hex648D7356001010b5d2c
Octal144103276514002041313554
Binary110010010001101011111010111000000100001000010111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6408D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>