Html Css Color HEX #6C01FE Electric Indigo

📋 copy color: '#6C01FE'

red 108 ◦ green 1 ◦ blue 254

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

Shades of Electric Indigo #6C01FE

Tints of Electric Indigo #6C01FE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 29.75%
G = 0.28%
B = 69.97%

CMYK

 C value IS 0.57

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6C01FE (or 0x6C01FE) is known color: Electric Indigo. HEX triplet: 6C, 01 and FE. RGB value is (108,1,254). Sum of RGB (Red+Green+Blue) = 108+1+254=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C01FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C01FE is #93FE01. Grayscale: #3C3C3C. Windows color (decimal): -9698818 or 16646508. OLE color: 16646508.

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

Color convert

RGB 108 1 254 -
CMYK 0.57 1.00 0 0.00
HSL 265.38º 0.99% 0.5% -
HSV(B) 265.38º 1% 1% -
XYZ 24.08 10.37 94.5 -
YUV 61.84 236.45 160.93 -
System Red Green Blue C M Y K H S L
Decimal 108 1 254 0.57 1.00 0 0.00 265.38 0.99 0.5
Hex 6C 1 FE 39 64 0 0 109 63 32
Octal 154 1 376 71 144 0 0 411 143 62
Binary 1101100 1 11111110 111001 1100100 0 0 100001001 1100011 110010

Color Harmonies of #6C01FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C01FE

Black with #6C01FE

Text Example


Text Example

White with #6C01FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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