Html Css Color HEX #6F1CFF Electric Indigo

📋 copy color: '#6F1CFF'

red 111 ◦ green 28 ◦ blue 255

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

Shades of Electric Indigo #6F1CFF

Tints of Electric Indigo #6F1CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.11%

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

R = 28.17%
G = 7.11%
B = 64.72%

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

#6F1CFF (or 0x6F1CFF) is known color: Electric Indigo. HEX triplet: 6F, 1C and FF. RGB value is (111,28,255). Sum of RGB (Red+Green+Blue) = 111+28+255=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F1CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F1CFF is #90E300. Grayscale: #4D4D4D. Windows color (decimal): -9495297 or 16718959. OLE color: 16718959.

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

Color convert

RGB 111 28 255 -
CMYK 0.56 0.89 0 0
HSL 261.94º 1% 0.55% -
HSV(B) 261.94º 0.89% 1% -
XYZ 25.02 11.43 95.5 -
YUV 78.7 227.5 151.04 -
System Red Green Blue C M Y K H S L
Decimal 111 28 255 0.56 0.89 0 0 261.94 1 0.55
Hex 6F 1C FF 38 59 0 0 106 64 37
Octal 157 34 377 70 131 0 0 406 144 67
Binary 1101111 11100 11111111 111000 1011001 0 0 100000110 1100100 110111

Color Harmonies of #6F1CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1CFF

Black with #6F1CFF

Text Example


Text Example

White with #6F1CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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