Html Css Color HEX #6413FB Electric Indigo

📋 copy color: '#6413FB'

red 100 ◦ green 19 ◦ blue 251

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

Shades of Electric Indigo #6413FB

Tints of Electric Indigo #6413FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 67.84%

R = 27.03%
G = 5.14%
B = 67.84%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6413FB (or 0x6413FB) is known color: Electric Indigo. HEX triplet: 64, 13 and FB. RGB value is (100,19,251). Sum of RGB (Red+Green+Blue) = 100+19+251=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #6413FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6413FB is #9BEC04. Grayscale: #444444. Windows color (decimal): -10218501 or 16454500. OLE color: 16454500.

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

Color convert

RGB 100 19 251 -
CMYK 0.60 0.92 0 0.02
HSL 260.95º 0.97% 0.53% -
HSV(B) 260.95º 0.92% 0.98% -
XYZ 22.9 10.14 92.02 -
YUV 69.67 230.34 149.64 -
System Red Green Blue C M Y K H S L
Decimal 100 19 251 0.60 0.92 0 0.02 260.95 0.97 0.53
Hex 64 13 FB 3C 5C 0 2 105 61 35
Octal 144 23 373 74 134 0 2 405 141 65
Binary 1100100 10011 11111011 111100 1011100 0 10 100000101 1100001 110101

Color Harmonies of #6413FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6413FB

Black with #6413FB

Text Example


Text Example

White with #6413FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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