Html Css Color HEX #6F1DFF Electric Indigo

📋 copy color: '#6F1DFF'

red 111 ◦ green 29 ◦ blue 255

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

Shades of Electric Indigo #6F1DFF

Tints of Electric Indigo #6F1DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.34%

 BLUE value IS 255 (100% from 255) = 64.56%

R = 28.1%
G = 7.34%
B = 64.56%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6F1DFF (or 0x6F1DFF) is known color: Electric Indigo. HEX triplet: 6F, 1D and FF. RGB value is (111,29,255). Sum of RGB (Red+Green+Blue) = 111+29+255=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F1DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F1DFF is #90E200. Grayscale: #4E4E4E. Windows color (decimal): -9495041 or 16719215. OLE color: 16719215.

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

Color convert

RGB 111 29 255 -
CMYK 0.56 0.89 0 0
HSL 261.77º 1% 0.56% -
HSV(B) 261.77º 0.89% 1% -
XYZ 25.04 11.48 95.5 -
YUV 79.28 227.17 150.62 -
System Red Green Blue C M Y K H S L
Decimal 111 29 255 0.56 0.89 0 0 261.77 1 0.56
Hex 6F 1D FF 38 59 0 0 106 64 38
Octal 157 35 377 70 131 0 0 406 144 70
Binary 1101111 11101 11111111 111000 1011001 0 0 100000110 1100100 111000

Color Harmonies of #6F1DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1DFF

Black with #6F1DFF

Text Example


Text Example

White with #6F1DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,29,255); }

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

background-color css

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

 a { background-color: rgb(111,29,255); }

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

border-color css

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

 span { border-color: rgb(111,29,255); }

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