Html Css Color HEX #6F1AF3 Electric Indigo

📋 copy color: '#6F1AF3'

red 111 ◦ green 26 ◦ blue 243

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

Shades of Electric Indigo #6F1AF3

Tints of Electric Indigo #6F1AF3

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.84%

 BLUE value IS 243 (95.31% from 255) = 63.95%

R = 29.21%
G = 6.84%
B = 63.95%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6F1AF3 (or 0x6F1AF3) is known color: Electric Indigo. HEX triplet: 6F, 1A and F3. RGB value is (111,26,243). Sum of RGB (Red+Green+Blue) = 111+26+243=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 243 (95.31% from 255 or 63.95% from 380); Max value from RGB is 243 - color contains mainly: blue. Hex color #6F1AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F1AF3 is #90E50C. Grayscale: #4B4B4B. Windows color (decimal): -9495821 or 15932015. OLE color: 15932015.

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

Color convert

RGB 111 26 243 -
CMYK 0.54 0.89 0 0.05
HSL 263.5º 0.9% 0.53% -
HSV(B) 263.5º 0.89% 0.95% -
XYZ 23.1 10.59 85.62 -
YUV 76.15 222.16 152.86 -
System Red Green Blue C M Y K H S L
Decimal 111 26 243 0.54 0.89 0 0.05 263.5 0.9 0.53
Hex 6F 1A F3 36 59 0 5 108 5A 35
Octal 157 32 363 66 131 0 5 410 132 65
Binary 1101111 11010 11110011 110110 1011001 0 101 100001000 1011010 110101

Color Harmonies of #6F1AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1AF3

Black with #6F1AF3

Text Example


Text Example

White with #6F1AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,26,243); }

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

background-color css

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

 a { background-color: rgb(111,26,243); }

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

border-color css

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

 span { border-color: rgb(111,26,243); }

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