Html Css Color HEX #6409FD Electric Indigo

📋 copy color: '#6409FD'

red 100 ◦ green 9 ◦ blue 253

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

Shades of Electric Indigo #6409FD

Tints of Electric Indigo #6409FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 69.89%

R = 27.62%
G = 2.49%
B = 69.89%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6409FD (or 0x6409FD) is known color: Electric Indigo. HEX triplet: 64, 09 and FD. RGB value is (100,9,253). Sum of RGB (Red+Green+Blue) = 100+9+253=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #6409FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6409FD is #9BF602. Grayscale: #3F3F3F. Windows color (decimal): -10221059 or 16583012. OLE color: 16583012.

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

Color convert

RGB 100 9 253 -
CMYK 0.60 0.96 0 0.01
HSL 262.38º 0.98% 0.51% -
HSV(B) 262.38º 0.96% 0.99% -
XYZ 23.08 10 93.64 -
YUV 64.03 234.65 153.66 -
System Red Green Blue C M Y K H S L
Decimal 100 9 253 0.60 0.96 0 0.01 262.38 0.98 0.51
Hex 64 9 FD 3C 60 0 1 106 62 33
Octal 144 11 375 74 140 0 1 406 142 63
Binary 1100100 1001 11111101 111100 1100000 0 1 100000110 1100010 110011

Color Harmonies of #6409FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6409FD

Black with #6409FD

Text Example


Text Example

White with #6409FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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