Html Css Color HEX #6406DD Electric Indigo

📋 copy color: '#6406DD'

red 100 ◦ green 6 ◦ blue 221

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

Shades of Electric Indigo #6406DD

Tints of Electric Indigo #6406DD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.83%

 BLUE value IS 221 (86.72% from 255) = 67.58%

R = 30.58%
G = 1.83%
B = 67.58%

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

#6406DD (or 0x6406DD) is known color: Electric Indigo. HEX triplet: 64, 06 and DD. RGB value is (100,6,221). Sum of RGB (Red+Green+Blue) = 100+6+221=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #6406DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6406DD is #9BF922. Grayscale: #393939. Windows color (decimal): -10221859 or 14485092. OLE color: 14485092.

HSL color Cylindrical-coordinate representation of color #6406DD: hue angle of 266.23º degrees, saturation: 0.95, 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 #6406DD is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 6 221 -
CMYK 0.55 0.97 0 0.13
HSL 266.23º 0.95% 0.45% -
HSV(B) 266.23º 0.97% 0.87% -
XYZ 18.37 8.06 68.99 -
YUV 58.62 219.64 157.52 -
System Red Green Blue C M Y K H S L
Decimal 100 6 221 0.55 0.97 0 0.13 266.23 0.95 0.45
Hex 64 6 DD 37 61 0 D 10A 5F 2D
Octal 144 6 335 67 141 0 15 412 137 55
Binary 1100100 110 11011101 110111 1100001 0 1101 100001010 1011111 101101

Color Harmonies of #6406DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6406DD

Black with #6406DD

Text Example


Text Example

White with #6406DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6406DD; }

 p { color: rgb(100,6,221); }

 H1.HeaderClassName
 {
   color: #6406DD;
 }
 .AnyTagClassName
 {
   color: #6406DD;
 }
</style>

background-color css

<style>
 a { background-color: #6406DD; }

 a { background-color: rgb(100,6,221); }

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

border-color css

<style>
 span { border-color: #6406DD; }

 span { border-color: rgb(100,6,221); }

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