Html Css Color HEX #6413FF Electric Indigo

📋 copy color: '#6413FF'

red 100 ◦ green 19 ◦ blue 255

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

Shades of Electric Indigo #6413FF

Tints of Electric Indigo #6413FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.08%

 BLUE value IS 255 (100% from 255) = 68.18%

R = 26.74%
G = 5.08%
B = 68.18%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6413FF (or 0x6413FF) is known color: Electric Indigo. HEX triplet: 64, 13 and FF. RGB value is (100,19,255). Sum of RGB (Red+Green+Blue) = 100+19+255=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #6413FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6413FF is #9BEC00. Grayscale: #454545. Windows color (decimal): -10218497 or 16716644. OLE color: 16716644.

HSL color Cylindrical-coordinate representation of color #6413FF: hue angle of 260.59º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6413FF is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 19 255 -
CMYK 0.61 0.93 0 0
HSL 260.59º 1% 0.54% -
HSV(B) 260.59º 0.93% 1% -
XYZ 23.54 10.4 95.37 -
YUV 70.12 232.34 149.31 -
System Red Green Blue C M Y K H S L
Decimal 100 19 255 0.61 0.93 0 0 260.59 1 0.54
Hex 64 13 FF 3D 5D 0 0 105 64 36
Octal 144 23 377 75 135 0 0 405 144 66
Binary 1100100 10011 11111111 111101 1011101 0 0 100000101 1100100 110110

Color Harmonies of #6413FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6413FF

Black with #6413FF

Text Example


Text Example

White with #6413FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6413FF; }

 p { color: rgb(100,19,255); }

 H1.HeaderClassName
 {
   color: #6413FF;
 }
 .AnyTagClassName
 {
   color: #6413FF;
 }
</style>

background-color css

<style>
 a { background-color: #6413FF; }

 a { background-color: rgb(100,19,255); }

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

border-color css

<style>
 span { border-color: #6413FF; }

 span { border-color: rgb(100,19,255); }

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