Html Css Color HEX #6E01F0 Electric Indigo

📋 copy color: '#6E01F0'

red 110 ◦ green 1 ◦ blue 240

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

Shades of Electric Indigo #6E01F0

Tints of Electric Indigo #6E01F0

RGB

 RED value IS 110 (43.36% from 255) = 31.34%

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

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

R = 31.34%
G = 0.28%
B = 68.38%

CMYK

 C value IS 0.54

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6E01F0 (or 0x6E01F0) is known color: Electric Indigo. HEX triplet: 6E, 01 and F0. RGB value is (110,1,240). Sum of RGB (Red+Green+Blue) = 110+1+240=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 240 (94.14% from 255 or 68.38% from 351); Max value from RGB is 240 - color contains mainly: blue. Hex color #6E01F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E01F0 is #91FE0F. Grayscale: #3B3B3B. Windows color (decimal): -9567760 or 15729006. OLE color: 15729006.

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

Color convert

RGB 110 1 240 -
CMYK 0.54 1.00 0 0.06
HSL 267.36º 0.99% 0.47% -
HSV(B) 267.36º 1% 0.94% -
XYZ 22.17 9.63 83.13 -
YUV 60.84 229.11 163.07 -
System Red Green Blue C M Y K H S L
Decimal 110 1 240 0.54 1.00 0 0.06 267.36 0.99 0.47
Hex 6E 1 F0 36 64 0 6 10B 63 2F
Octal 156 1 360 66 144 0 6 413 143 57
Binary 1101110 1 11110000 110110 1100100 0 110 100001011 1100011 101111

Color Harmonies of #6E01F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E01F0

Black with #6E01F0

Text Example


Text Example

White with #6E01F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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