Html Css Color HEX #6410FD Electric Indigo

📋 copy color: '#6410FD'

red 100 ◦ green 16 ◦ blue 253

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

Shades of Electric Indigo #6410FD

Tints of Electric Indigo #6410FD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.34%

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

R = 27.1%
G = 4.34%
B = 68.56%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6410FD (or 0x6410FD) is known color: Electric Indigo. HEX triplet: 64, 10 and FD. RGB value is (100,16,253). Sum of RGB (Red+Green+Blue) = 100+16+253=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #6410FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6410FD is #9BEF02. Grayscale: #434343. Windows color (decimal): -10219267 or 16584804. OLE color: 16584804.

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

Color convert

RGB 100 16 253 -
CMYK 0.60 0.94 0 0.01
HSL 261.27º 0.98% 0.53% -
HSV(B) 261.27º 0.94% 0.99% -
XYZ 23.17 10.17 93.67 -
YUV 68.13 232.33 150.73 -
System Red Green Blue C M Y K H S L
Decimal 100 16 253 0.60 0.94 0 0.01 261.27 0.98 0.53
Hex 64 10 FD 3C 5E 0 1 105 62 35
Octal 144 20 375 74 136 0 1 405 142 65
Binary 1100100 10000 11111101 111100 1011110 0 1 100000101 1100010 110101

Color Harmonies of #6410FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6410FD

Black with #6410FD

Text Example


Text Example

White with #6410FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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