Html Css Color HEX #6409FB Electric Indigo

📋 copy color: '#6409FB'

red 100 ◦ green 9 ◦ blue 251

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

Shades of Electric Indigo #6409FB

Tints of Electric Indigo #6409FB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.5%

 BLUE value IS 251 (98.44% from 255) = 69.72%

R = 27.78%
G = 2.5%
B = 69.72%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6409FB (or 0x6409FB) is known color: Electric Indigo. HEX triplet: 64, 09 and FB. RGB value is (100,9,251). Sum of RGB (Red+Green+Blue) = 100+9+251=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 251 (98.44% from 255 or 69.72% from 360); Max value from RGB is 251 - color contains mainly: blue. Hex color #6409FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6409FB is #9BF604. Grayscale: #3E3E3E. Windows color (decimal): -10221061 or 16451940. OLE color: 16451940.

HSL color Cylindrical-coordinate representation of color #6409FB: hue angle of 262.56º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6409FB is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 9 251 -
CMYK 0.60 0.96 0 0.02
HSL 262.56º 0.97% 0.51% -
HSV(B) 262.56º 0.96% 0.98% -
XYZ 22.77 9.87 91.97 -
YUV 63.8 233.65 153.82 -
System Red Green Blue C M Y K H S L
Decimal 100 9 251 0.60 0.96 0 0.02 262.56 0.97 0.51
Hex 64 9 FB 3C 60 0 2 107 61 33
Octal 144 11 373 74 140 0 2 407 141 63
Binary 1100100 1001 11111011 111100 1100000 0 10 100000111 1100001 110011

Color Harmonies of #6409FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6409FB

Black with #6409FB

Text Example


Text Example

White with #6409FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6409FB; }

 p { color: rgb(100,9,251); }

 H1.HeaderClassName
 {
   color: #6409FB;
 }
 .AnyTagClassName
 {
   color: #6409FB;
 }
</style>

background-color css

<style>
 a { background-color: #6409FB; }

 a { background-color: rgb(100,9,251); }

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

border-color css

<style>
 span { border-color: #6409FB; }

 span { border-color: rgb(100,9,251); }

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