Html Css Color HEX #6D01FE Electric Indigo

📋 copy color: '#6D01FE'

red 109 ◦ green 1 ◦ blue 254

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

Shades of Electric Indigo #6D01FE

Tints of Electric Indigo #6D01FE

RGB

 RED value IS 109 (42.97% from 255) = 29.95%

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

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

R = 29.95%
G = 0.27%
B = 69.78%

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

#6D01FE (or 0x6D01FE) is known color: Electric Indigo. HEX triplet: 6D, 01 and FE. RGB value is (109,1,254). Sum of RGB (Red+Green+Blue) = 109+1+254=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D01FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D01FE is #92FE01. Grayscale: #3D3D3D. Windows color (decimal): -9633282 or 16646509. OLE color: 16646509.

HSL color Cylindrical-coordinate representation of color #6D01FE: hue angle of 265.61º 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 #6D01FE is Cyan = 0.57, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 109 1 254 -
CMYK 0.57 1.00 0 0.00
HSL 265.61º 0.99% 0.5% -
HSV(B) 265.61º 1% 1% -
XYZ 24.21 10.43 94.5 -
YUV 62.13 236.28 161.43 -
System Red Green Blue C M Y K H S L
Decimal 109 1 254 0.57 1.00 0 0.00 265.61 0.99 0.5
Hex 6D 1 FE 39 64 0 0 10A 63 32
Octal 155 1 376 71 144 0 0 412 143 62
Binary 1101101 1 11111110 111001 1100100 0 0 100001010 1100011 110010

Color Harmonies of #6D01FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D01FE

Black with #6D01FE

Text Example


Text Example

White with #6D01FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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