Html Css Color HEX #6C11FE Electric Indigo

📋 copy color: '#6C11FE'

red 108 ◦ green 17 ◦ blue 254

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

Shades of Electric Indigo #6C11FE

Tints of Electric Indigo #6C11FE

RGB

 RED value IS 108 (42.58% from 255) = 28.5%

 GREEN value IS 17 (7.03% from 255) = 4.49%

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

R = 28.5%
G = 4.49%
B = 67.02%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6C11FE (or 0x6C11FE) is known color: Electric Indigo. HEX triplet: 6C, 11 and FE. RGB value is (108,17,254). Sum of RGB (Red+Green+Blue) = 108+17+254=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C11FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C11FE is #93EE01. Grayscale: #464646. Windows color (decimal): -9694722 or 16650604. OLE color: 16650604.

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

Color convert

RGB 108 17 254 -
CMYK 0.57 0.93 0 0.00
HSL 263.04º 0.99% 0.53% -
HSV(B) 263.04º 0.93% 1% -
XYZ 24.27 10.74 94.56 -
YUV 71.23 231.15 154.23 -
System Red Green Blue C M Y K H S L
Decimal 108 17 254 0.57 0.93 0 0.00 263.04 0.99 0.53
Hex 6C 11 FE 39 5D 0 0 107 63 35
Octal 154 21 376 71 135 0 0 407 143 65
Binary 1101100 10001 11111110 111001 1011101 0 0 100000111 1100011 110101

Color Harmonies of #6C11FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C11FE

Black with #6C11FE

Text Example


Text Example

White with #6C11FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,17,254); }

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

background-color css

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

 a { background-color: rgb(108,17,254); }

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

border-color css

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

 span { border-color: rgb(108,17,254); }

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