Html Css Color HEX #6D19FC Electric Indigo

📋 copy color: '#6D19FC'

red 109 ◦ green 25 ◦ blue 252

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

Shades of Electric Indigo #6D19FC

Tints of Electric Indigo #6D19FC

RGB

 RED value IS 109 (42.97% from 255) = 28.24%

 GREEN value IS 25 (10.16% from 255) = 6.48%

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

R = 28.24%
G = 6.48%
B = 65.28%

CMYK

 C value IS 0.57

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D19FC (or 0x6D19FC) is known color: Electric Indigo. HEX triplet: 6D, 19 and FC. RGB value is (109,25,252). Sum of RGB (Red+Green+Blue) = 109+25+252=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D19FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D19FC is #92E603. Grayscale: #4B4B4B. Windows color (decimal): -9627140 or 16521581. OLE color: 16521581.

HSL color Cylindrical-coordinate representation of color #6D19FC: hue angle of 262.2º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D19FC is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 25 252 -
CMYK 0.57 0.90 0 0.01
HSL 262.2º 0.97% 0.54% -
HSV(B) 262.2º 0.9% 0.99% -
XYZ 24.22 10.97 92.94 -
YUV 75.99 227.33 151.54 -
System Red Green Blue C M Y K H S L
Decimal 109 25 252 0.57 0.90 0 0.01 262.2 0.97 0.54
Hex 6D 19 FC 39 5A 0 1 106 61 36
Octal 155 31 374 71 132 0 1 406 141 66
Binary 1101101 11001 11111100 111001 1011010 0 1 100000110 1100001 110110

Color Harmonies of #6D19FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D19FC

Black with #6D19FC

Text Example


Text Example

White with #6D19FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,25,252); }

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

background-color css

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

 a { background-color: rgb(109,25,252); }

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

border-color css

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

 span { border-color: rgb(109,25,252); }

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