Html Css Color HEX #6D01FC Electric Indigo

📋 copy color: '#6D01FC'

red 109 ◦ green 1 ◦ blue 252

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

Shades of Electric Indigo #6D01FC

Tints of Electric Indigo #6D01FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 69.61%

R = 30.11%
G = 0.28%
B = 69.61%

CMYK

 C value IS 0.57

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D01FC (or 0x6D01FC) is known color: Electric Indigo. HEX triplet: 6D, 01 and FC. RGB value is (109,1,252). Sum of RGB (Red+Green+Blue) = 109+1+252=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D01FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D01FC is #92FE03. Grayscale: #3D3D3D. Windows color (decimal): -9633284 or 16515437. OLE color: 16515437.

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

Color convert

RGB 109 1 252 -
CMYK 0.57 1.00 0 0.01
HSL 265.82º 0.99% 0.5% -
HSV(B) 265.82º 1% 0.99% -
XYZ 23.89 10.3 92.82 -
YUV 61.91 235.28 161.59 -
System Red Green Blue C M Y K H S L
Decimal 109 1 252 0.57 1.00 0 0.01 265.82 0.99 0.5
Hex 6D 1 FC 39 64 0 1 10A 63 32
Octal 155 1 374 71 144 0 1 412 143 62
Binary 1101101 1 11111100 111001 1100100 0 1 100001010 1100011 110010

Color Harmonies of #6D01FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D01FC

Black with #6D01FC

Text Example


Text Example

White with #6D01FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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