Html Css Color HEX #6D01F0 Electric Indigo

📋 copy color: '#6D01F0'

red 109 ◦ green 1 ◦ blue 240

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

Shades of Electric Indigo #6D01F0

Tints of Electric Indigo #6D01F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 68.57%

R = 31.14%
G = 0.29%
B = 68.57%

CMYK

 C value IS 0.55

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6D01F0 (or 0x6D01F0) is known color: Electric Indigo. HEX triplet: 6D, 01 and F0. RGB value is (109,1,240). Sum of RGB (Red+Green+Blue) = 109+1+240=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 240 (94.14% from 255 or 68.57% from 350); Max value from RGB is 240 - color contains mainly: blue. Hex color #6D01F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D01F0 is #92FE0F. Grayscale: #3B3B3B. Windows color (decimal): -9633296 or 15729005. OLE color: 15729005.

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

Color convert

RGB 109 1 240 -
CMYK 0.55 1.00 0 0.06
HSL 267.11º 0.99% 0.47% -
HSV(B) 267.11º 1% 0.94% -
XYZ 22.05 9.56 83.12 -
YUV 60.54 229.28 162.57 -
System Red Green Blue C M Y K H S L
Decimal 109 1 240 0.55 1.00 0 0.06 267.11 0.99 0.47
Hex 6D 1 F0 37 64 0 6 10B 63 2F
Octal 155 1 360 67 144 0 6 413 143 57
Binary 1101101 1 11110000 110111 1100100 0 110 100001011 1100011 101111

Color Harmonies of #6D01F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D01F0

Black with #6D01F0

Text Example


Text Example

White with #6D01F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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