Html Css Color HEX #6D16FE Electric Indigo

📋 copy color: '#6D16FE'

red 109 ◦ green 22 ◦ blue 254

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

Shades of Electric Indigo #6D16FE

Tints of Electric Indigo #6D16FE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.71%

 BLUE value IS 254 (99.61% from 255) = 65.97%

R = 28.31%
G = 5.71%
B = 65.97%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6D16FE (or 0x6D16FE) is known color: Electric Indigo. HEX triplet: 6D, 16 and FE. RGB value is (109,22,254). Sum of RGB (Red+Green+Blue) = 109+22+254=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D16FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D16FE is #92E901. Grayscale: #494949. Windows color (decimal): -9627906 or 16651885. OLE color: 16651885.

HSL color Cylindrical-coordinate representation of color #6D16FE: hue angle of 262.5º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D16FE is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 109 22 254 -
CMYK 0.57 0.91 0 0.00
HSL 262.5º 0.99% 0.54% -
HSV(B) 262.5º 0.91% 1% -
XYZ 24.48 10.98 94.6 -
YUV 74.46 229.32 152.64 -
System Red Green Blue C M Y K H S L
Decimal 109 22 254 0.57 0.91 0 0.00 262.5 0.99 0.54
Hex 6D 16 FE 39 5B 0 0 106 63 36
Octal 155 26 376 71 133 0 0 406 143 66
Binary 1101101 10110 11111110 111001 1011011 0 0 100000110 1100011 110110

Color Harmonies of #6D16FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D16FE

Black with #6D16FE

Text Example


Text Example

White with #6D16FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,22,254); }

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

background-color css

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

 a { background-color: rgb(109,22,254); }

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

border-color css

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

 span { border-color: rgb(109,22,254); }

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