Html Css Color HEX #6E13F9 Electric Indigo

📋 copy color: '#6E13F9'

red 110 ◦ green 19 ◦ blue 249

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

Shades of Electric Indigo #6E13F9

Tints of Electric Indigo #6E13F9

RGB

 RED value IS 110 (43.36% from 255) = 29.1%

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

 BLUE value IS 249 (97.66% from 255) = 65.87%

R = 29.1%
G = 5.03%
B = 65.87%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E13F9 (or 0x6E13F9) is known color: Electric Indigo. HEX triplet: 6E, 13 and F9. RGB value is (110,19,249). Sum of RGB (Red+Green+Blue) = 110+19+249=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 249 (97.66% from 255 or 65.87% from 378); Max value from RGB is 249 - color contains mainly: blue. Hex color #6E13F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E13F9 is #91EC06. Grayscale: #474747. Windows color (decimal): -9563143 or 16323438. OLE color: 16323438.

HSL color Cylindrical-coordinate representation of color #6E13F9: hue angle of 263.74º degrees, saturation: 0.95, 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 #6E13F9 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 19 249 -
CMYK 0.56 0.92 0 0.02
HSL 263.74º 0.95% 0.53% -
HSV(B) 263.74º 0.92% 0.98% -
XYZ 23.76 10.62 90.42 -
YUV 72.43 227.65 154.8 -
System Red Green Blue C M Y K H S L
Decimal 110 19 249 0.56 0.92 0 0.02 263.74 0.95 0.53
Hex 6E 13 F9 38 5C 0 2 108 5F 35
Octal 156 23 371 70 134 0 2 410 137 65
Binary 1101110 10011 11111001 111000 1011100 0 10 100001000 1011111 110101

Color Harmonies of #6E13F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E13F9

Black with #6E13F9

Text Example


Text Example

White with #6E13F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E13F9; }

 p { color: rgb(110,19,249); }

 H1.HeaderClassName
 {
   color: #6E13F9;
 }
 .AnyTagClassName
 {
   color: #6E13F9;
 }
</style>

background-color css

<style>
 a { background-color: #6E13F9; }

 a { background-color: rgb(110,19,249); }

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

border-color css

<style>
 span { border-color: #6E13F9; }

 span { border-color: rgb(110,19,249); }

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