Html Css Color HEX #6E16FC Electric Indigo

📋 copy color: '#6E16FC'

red 110 ◦ green 22 ◦ blue 252

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

Shades of Electric Indigo #6E16FC

Tints of Electric Indigo #6E16FC

RGB

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

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

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

R = 28.65%
G = 5.73%
B = 65.63%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E16FC (or 0x6E16FC) is known color: Electric Indigo. HEX triplet: 6E, 16 and FC. RGB value is (110,22,252). Sum of RGB (Red+Green+Blue) = 110+22+252=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E16FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E16FC is #91E903. Grayscale: #494949. Windows color (decimal): -9562372 or 16520814. OLE color: 16520814.

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

Color convert

RGB 110 22 252 -
CMYK 0.56 0.91 0 0.01
HSL 262.96º 0.97% 0.54% -
HSV(B) 262.96º 0.91% 0.99% -
XYZ 24.29 10.92 92.92 -
YUV 74.53 228.15 153.3 -
System Red Green Blue C M Y K H S L
Decimal 110 22 252 0.56 0.91 0 0.01 262.96 0.97 0.54
Hex 6E 16 FC 38 5B 0 1 107 61 36
Octal 156 26 374 70 133 0 1 407 141 66
Binary 1101110 10110 11111100 111000 1011011 0 1 100000111 1100001 110110

Color Harmonies of #6E16FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E16FC

Black with #6E16FC

Text Example


Text Example

White with #6E16FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,22,252); }

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

background-color css

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

 a { background-color: rgb(110,22,252); }

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

border-color css

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

 span { border-color: rgb(110,22,252); }

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