#6407F8

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

Shades of Electric Indigo #6407F8

Tints of Electric Indigo #6407F8

Color information

#6407F8 (or 0x6407F8) is unknown color: approx Electric Indigo. HEX triplet: 64, 07 and F8. RGB value is (100,7,248). Sum of RGB (Red+Green+Blue) = 100+7+248=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 248 (97.27% from 255 or 69.86% from 355); Max value from RGB is 248 - color contains mainly: blue. Hex color #6407F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6407F8 is #9BF807. Grayscale: #3D3D3D. Windows color (decimal): -10221576 or 16254820. OLE color: 16254820.

HSL color Cylindrical-coordinate representation of color #6407F8: hue angle of 263.15º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6407F8 is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1007248-
CMYK0.600.9700.03
HSL263.15º94.51%50%-
HSV(B)263.15º97.18%97.25%-
XYZ22.279.6489.49-
YUV62.28232.81154.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.17%
GREEN value IS 7 (3.12% from 255) = 1.97%
BLUE value IS 248 (97.27% from 255) = 69.86%
R=28.17%
G=1.97%
B=69.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal10072480.600.9700.03263.1594.5150
Hex647F83C61031075f32
Octal1447370741410340713762
Binary11001001111111100011110011000010111000001111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6407F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6407F8; }

 p { color: rgb(100,7,248); }

 H1.HeaderClassName
 {
   color: #6407F8;
 }
 .AnyTagClassName
 {
   color: #6407F8;
 }
</style>
background-color css

<style>
 a { background-color: #6407F8; }

 a { background-color: rgb(100,7,248); }

 div.DivClassName
 {
   background-color: #6407F8;
 }
 .BgClassName
 {
   background-color: #6407F8;
 }
</style>
border-color css

<style>
 span { border-color: #6407F8; }

 span { border-color: rgb(100,7,248); }

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