Html Css Color HEX #6C11F1 Electric Indigo

📋 copy color: '#6C11F1'

red 108 ◦ green 17 ◦ blue 241

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

Shades of Electric Indigo #6C11F1

Tints of Electric Indigo #6C11F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 65.85%

R = 29.51%
G = 4.64%
B = 65.85%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6C11F1 (or 0x6C11F1) is known color: Electric Indigo. HEX triplet: 6C, 11 and F1. RGB value is (108,17,241). Sum of RGB (Red+Green+Blue) = 108+17+241=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 241 (94.53% from 255 or 65.85% from 366); Max value from RGB is 241 - color contains mainly: blue. Hex color #6C11F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C11F1 is #93EE0E. Grayscale: #444444. Windows color (decimal): -9694735 or 15798636. OLE color: 15798636.

HSL color Cylindrical-coordinate representation of color #6C11F1: hue angle of 264.38º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C11F1 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 108 17 241 -
CMYK 0.55 0.93 0 0.05
HSL 264.38º 0.89% 0.51% -
HSV(B) 264.38º 0.93% 0.95% -
XYZ 22.26 9.94 83.96 -
YUV 69.75 224.65 155.29 -
System Red Green Blue C M Y K H S L
Decimal 108 17 241 0.55 0.93 0 0.05 264.38 0.89 0.51
Hex 6C 11 F1 37 5D 0 5 108 59 33
Octal 154 21 361 67 135 0 5 410 131 63
Binary 1101100 10001 11110001 110111 1011101 0 101 100001000 1011001 110011

Color Harmonies of #6C11F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C11F1

Black with #6C11F1

Text Example


Text Example

White with #6C11F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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