Html Css Color HEX #6C00F1 Electric Indigo

📋 copy color: '#6C00F1'

red 108 ◦ green 0 ◦ blue 241

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

Shades of Electric Indigo #6C00F1

Tints of Electric Indigo #6C00F1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 30.95%
G = 0%
B = 69.05%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6C00F1 (or 0x6C00F1) is known color: Electric Indigo. HEX triplet: 6C, 00 and F1. RGB value is (108,0,241). Sum of RGB (Red+Green+Blue) = 108+0+241=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 241 (94.53% from 255 or 69.05% from 349); Max value from RGB is 241 - color contains mainly: blue. Hex color #6C00F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C00F1 is #93FF0E. Grayscale: #3A3A3A. Windows color (decimal): -9699087 or 15794284. OLE color: 15794284.

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

Color convert

RGB 108 0 241 -
CMYK 0.55 1 0 0.05
HSL 266.89º 1% 0.47% -
HSV(B) 266.89º 1% 0.95% -
XYZ 22.06 9.54 83.9 -
YUV 59.77 230.28 162.4 -
System Red Green Blue C M Y K H S L
Decimal 108 0 241 0.55 1 0 0.05 266.89 1 0.47
Hex 6C 0 F1 37 64 0 5 10B 64 2F
Octal 154 0 361 67 144 0 5 413 144 57
Binary 1101100 0 11110001 110111 1100100 0 101 100001011 1100100 101111

Color Harmonies of #6C00F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C00F1

Black with #6C00F1

Text Example


Text Example

White with #6C00F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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