Html Css Color HEX #6F1BFF Electric Indigo

📋 copy color: '#6F1BFF'

red 111 ◦ green 27 ◦ blue 255

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

Shades of Electric Indigo #6F1BFF

Tints of Electric Indigo #6F1BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.87%

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

R = 28.24%
G = 6.87%
B = 64.89%

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

#6F1BFF (or 0x6F1BFF) is known color: Electric Indigo. HEX triplet: 6F, 1B and FF. RGB value is (111,27,255). Sum of RGB (Red+Green+Blue) = 111+27+255=393 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.24% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F1BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F1BFF is #90E400. Grayscale: #4D4D4D. Windows color (decimal): -9495553 or 16718703. OLE color: 16718703.

HSL color Cylindrical-coordinate representation of color #6F1BFF: hue angle of 262.11º 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 #6F1BFF is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 111 27 255 -
CMYK 0.56 0.89 0 0
HSL 262.11º 1% 0.55% -
HSV(B) 262.11º 0.89% 1% -
XYZ 25 11.38 95.49 -
YUV 78.11 227.83 151.46 -
System Red Green Blue C M Y K H S L
Decimal 111 27 255 0.56 0.89 0 0 262.11 1 0.55
Hex 6F 1B FF 38 59 0 0 106 64 37
Octal 157 33 377 70 131 0 0 406 144 67
Binary 1101111 11011 11111111 111000 1011001 0 0 100000110 1100100 110111

Color Harmonies of #6F1BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1BFF

Black with #6F1BFF

Text Example


Text Example

White with #6F1BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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