Html Css Color HEX #6F01ED Electric Indigo

📋 copy color: '#6F01ED'

red 111 ◦ green 1 ◦ blue 237

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

Shades of Electric Indigo #6F01ED

Tints of Electric Indigo #6F01ED

RGB

 RED value IS 111 (43.75% from 255) = 31.81%

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

 BLUE value IS 237 (92.97% from 255) = 67.91%

R = 31.81%
G = 0.29%
B = 67.91%

CMYK

 C value IS 0.53

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6F01ED (or 0x6F01ED) is known color: Electric Indigo. HEX triplet: 6F, 01 and ED. RGB value is (111,1,237). Sum of RGB (Red+Green+Blue) = 111+1+237=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 237 (92.97% from 255 or 67.91% from 349); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F01ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F01ED is #90FE12. Grayscale: #3B3B3B. Windows color (decimal): -9502227 or 15532399. OLE color: 15532399.

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

Color convert

RGB 111 1 237 -
CMYK 0.53 1.00 0 0.07
HSL 267.97º 0.99% 0.47% -
HSV(B) 267.97º 1% 0.93% -
XYZ 21.85 9.52 80.81 -
YUV 60.79 227.44 163.81 -
System Red Green Blue C M Y K H S L
Decimal 111 1 237 0.53 1.00 0 0.07 267.97 0.99 0.47
Hex 6F 1 ED 35 64 0 7 10C 63 2F
Octal 157 1 355 65 144 0 7 414 143 57
Binary 1101111 1 11101101 110101 1100100 0 111 100001100 1100011 101111

Color Harmonies of #6F01ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F01ED

Black with #6F01ED

Text Example


Text Example

White with #6F01ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,1,237); }

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

background-color css

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

 a { background-color: rgb(111,1,237); }

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

border-color css

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

 span { border-color: rgb(111,1,237); }

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