Html Css Color HEX #6407DE Electric Indigo

📋 copy color: '#6407DE'

red 100 ◦ green 7 ◦ blue 222

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

Shades of Electric Indigo #6407DE

Tints of Electric Indigo #6407DE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.13%

 BLUE value IS 222 (87.11% from 255) = 67.48%

R = 30.4%
G = 2.13%
B = 67.48%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6407DE (or 0x6407DE) is known color: Electric Indigo. HEX triplet: 64, 07 and DE. RGB value is (100,7,222). Sum of RGB (Red+Green+Blue) = 100+7+222=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 222 (87.11% from 255 or 67.48% from 329); Max value from RGB is 222 - color contains mainly: blue. Hex color #6407DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6407DE is #9BF821. Grayscale: #3A3A3A. Windows color (decimal): -10221602 or 14550884. OLE color: 14550884.

HSL color Cylindrical-coordinate representation of color #6407DE: hue angle of 265.95º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6407DE is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 7 222 -
CMYK 0.55 0.97 0 0.13
HSL 265.95º 0.94% 0.45% -
HSV(B) 265.95º 0.97% 0.87% -
XYZ 18.52 8.14 69.7 -
YUV 59.32 219.81 157.02 -
System Red Green Blue C M Y K H S L
Decimal 100 7 222 0.55 0.97 0 0.13 265.95 0.94 0.45
Hex 64 7 DE 37 61 0 D 10A 5E 2D
Octal 144 7 336 67 141 0 15 412 136 55
Binary 1100100 111 11011110 110111 1100001 0 1101 100001010 1011110 101101

Color Harmonies of #6407DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6407DE

Black with #6407DE

Text Example


Text Example

White with #6407DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6407DE;
 }
 .AnyTagClassName
 {
   color: #6407DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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