Html Css Color HEX #6411FC Electric Indigo

📋 copy color: '#6411FC'

red 100 ◦ green 17 ◦ blue 252

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

Shades of Electric Indigo #6411FC

Tints of Electric Indigo #6411FC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.61%

 BLUE value IS 252 (98.83% from 255) = 68.29%

R = 27.1%
G = 4.61%
B = 68.29%

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

#6411FC (or 0x6411FC) is known color: Electric Indigo. HEX triplet: 64, 11 and FC. RGB value is (100,17,252). Sum of RGB (Red+Green+Blue) = 100+17+252=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #6411FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6411FC is #9BEE03. Grayscale: #434343. Windows color (decimal): -10219012 or 16519524. OLE color: 16519524.

HSL color Cylindrical-coordinate representation of color #6411FC: hue angle of 261.19º 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 #6411FC is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 17 252 -
CMYK 0.60 0.93 0 0.01
HSL 261.19º 0.98% 0.53% -
HSV(B) 261.19º 0.93% 0.99% -
XYZ 23.03 10.14 92.84 -
YUV 68.61 231.5 150.39 -
System Red Green Blue C M Y K H S L
Decimal 100 17 252 0.60 0.93 0 0.01 261.19 0.98 0.53
Hex 64 11 FC 3C 5D 0 1 105 62 35
Octal 144 21 374 74 135 0 1 405 142 65
Binary 1100100 10001 11111100 111100 1011101 0 1 100000101 1100010 110101

Color Harmonies of #6411FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6411FC

Black with #6411FC

Text Example


Text Example

White with #6411FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6411FC; }

 p { color: rgb(100,17,252); }

 H1.HeaderClassName
 {
   color: #6411FC;
 }
 .AnyTagClassName
 {
   color: #6411FC;
 }
</style>

background-color css

<style>
 a { background-color: #6411FC; }

 a { background-color: rgb(100,17,252); }

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

border-color css

<style>
 span { border-color: #6411FC; }

 span { border-color: rgb(100,17,252); }

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