Html Css Color HEX #6413FC Electric Indigo

📋 copy color: '#6413FC'

red 100 ◦ green 19 ◦ blue 252

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

Shades of Electric Indigo #6413FC

Tints of Electric Indigo #6413FC

RGB

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

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

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

R = 26.95%
G = 5.12%
B = 67.92%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6413FC (or 0x6413FC) is known color: Electric Indigo. HEX triplet: 64, 13 and FC. RGB value is (100,19,252). Sum of RGB (Red+Green+Blue) = 100+19+252=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #6413FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6413FC is #9BEC03. Grayscale: #444444. Windows color (decimal): -10218500 or 16520036. OLE color: 16520036.

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

Color convert

RGB 100 19 252 -
CMYK 0.60 0.92 0 0.01
HSL 260.86º 0.97% 0.53% -
HSV(B) 260.86º 0.92% 0.99% -
XYZ 23.06 10.2 92.85 -
YUV 69.78 230.84 149.55 -
System Red Green Blue C M Y K H S L
Decimal 100 19 252 0.60 0.92 0 0.01 260.86 0.97 0.53
Hex 64 13 FC 3C 5C 0 1 105 61 35
Octal 144 23 374 74 134 0 1 405 141 65
Binary 1100100 10011 11111100 111100 1011100 0 1 100000101 1100001 110101

Color Harmonies of #6413FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6413FC

Black with #6413FC

Text Example


Text Example

White with #6413FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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