Html Css Color HEX #6F00F1 Electric Indigo

📋 copy color: '#6F00F1'

red 111 ◦ green 0 ◦ blue 241

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

Shades of Electric Indigo #6F00F1

Tints of Electric Indigo #6F00F1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.53%
G = 0%
B = 68.47%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6F00F1 (or 0x6F00F1) is known color: Electric Indigo. HEX triplet: 6F, 00 and F1. RGB value is (111,0,241). Sum of RGB (Red+Green+Blue) = 111+0+241=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 241 (94.53% from 255 or 68.47% from 352); Max value from RGB is 241 - color contains mainly: blue. Hex color #6F00F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F00F1 is #90FF0E. Grayscale: #3B3B3B. Windows color (decimal): -9502479 or 15794287. OLE color: 15794287.

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

Color convert

RGB 111 0 241 -
CMYK 0.54 1 0 0.05
HSL 267.63º 1% 0.47% -
HSV(B) 267.63º 1% 0.95% -
XYZ 22.43 9.73 83.91 -
YUV 60.66 229.77 163.9 -
System Red Green Blue C M Y K H S L
Decimal 111 0 241 0.54 1 0 0.05 267.63 1 0.47
Hex 6F 0 F1 36 64 0 5 10C 64 2F
Octal 157 0 361 66 144 0 5 414 144 57
Binary 1101111 0 11110001 110110 1100100 0 101 100001100 1100100 101111

Color Harmonies of #6F00F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F00F1

Black with #6F00F1

Text Example


Text Example

White with #6F00F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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