Html Css Color HEX #6412FD Electric Indigo

📋 copy color: '#6412FD'

red 100 ◦ green 18 ◦ blue 253

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

Shades of Electric Indigo #6412FD

Tints of Electric Indigo #6412FD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.85%

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

R = 26.95%
G = 4.85%
B = 68.19%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6412FD (or 0x6412FD) is known color: Electric Indigo. HEX triplet: 64, 12 and FD. RGB value is (100,18,253). Sum of RGB (Red+Green+Blue) = 100+18+253=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #6412FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6412FD is #9BED02. Grayscale: #444444. Windows color (decimal): -10218755 or 16585316. OLE color: 16585316.

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

Color convert

RGB 100 18 253 -
CMYK 0.60 0.93 0 0.01
HSL 260.94º 0.98% 0.53% -
HSV(B) 260.94º 0.93% 0.99% -
XYZ 23.2 10.23 93.68 -
YUV 69.31 231.67 149.89 -
System Red Green Blue C M Y K H S L
Decimal 100 18 253 0.60 0.93 0 0.01 260.94 0.98 0.53
Hex 64 12 FD 3C 5D 0 1 105 62 35
Octal 144 22 375 74 135 0 1 405 142 65
Binary 1100100 10010 11111101 111100 1011101 0 1 100000101 1100010 110101

Color Harmonies of #6412FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6412FD

Black with #6412FD

Text Example


Text Example

White with #6412FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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