Html Css Color HEX #6F0DF1 Electric Indigo

📋 copy color: '#6F0DF1'

red 111 ◦ green 13 ◦ blue 241

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

Shades of Electric Indigo #6F0DF1

Tints of Electric Indigo #6F0DF1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.56%

 BLUE value IS 241 (94.53% from 255) = 66.03%

R = 30.41%
G = 3.56%
B = 66.03%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6F0DF1 (or 0x6F0DF1) is known color: Electric Indigo. HEX triplet: 6F, 0D and F1. RGB value is (111,13,241). Sum of RGB (Red+Green+Blue) = 111+13+241=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 241 (94.53% from 255 or 66.03% from 365); Max value from RGB is 241 - color contains mainly: blue. Hex color #6F0DF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0DF1 is #90F20E. Grayscale: #434343. Windows color (decimal): -9499151 or 15797615. OLE color: 15797615.

HSL color Cylindrical-coordinate representation of color #6F0DF1: hue angle of 265.79º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0DF1 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 13 241 -
CMYK 0.54 0.95 0 0.05
HSL 265.79º 0.9% 0.5% -
HSV(B) 265.79º 0.95% 0.95% -
XYZ 22.58 10.02 83.96 -
YUV 68.29 225.47 158.46 -
System Red Green Blue C M Y K H S L
Decimal 111 13 241 0.54 0.95 0 0.05 265.79 0.9 0.5
Hex 6F D F1 36 5F 0 5 10A 5A 32
Octal 157 15 361 66 137 0 5 412 132 62
Binary 1101111 1101 11110001 110110 1011111 0 101 100001010 1011010 110010

Color Harmonies of #6F0DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0DF1

Black with #6F0DF1

Text Example


Text Example

White with #6F0DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,13,241); }

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

background-color css

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

 a { background-color: rgb(111,13,241); }

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

border-color css

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

 span { border-color: rgb(111,13,241); }

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