Html Css Color HEX #6F1BFE Electric Indigo

📋 copy color: '#6F1BFE'

red 111 ◦ green 27 ◦ blue 254

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

Shades of Electric Indigo #6F1BFE

Tints of Electric Indigo #6F1BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.8%

R = 28.32%
G = 6.89%
B = 64.8%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F1BFE (or 0x6F1BFE) is known color: Electric Indigo. HEX triplet: 6F, 1B and FE. RGB value is (111,27,254). Sum of RGB (Red+Green+Blue) = 111+27+254=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F1BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F1BFE is #90E401. Grayscale: #4D4D4D. Windows color (decimal): -9495554 or 16653167. OLE color: 16653167.

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

Color convert

RGB 111 27 254 -
CMYK 0.56 0.89 0 0.00
HSL 262.2º 0.99% 0.55% -
HSV(B) 262.2º 0.89% 1% -
XYZ 24.84 11.32 94.64 -
YUV 77.99 227.33 151.54 -
System Red Green Blue C M Y K H S L
Decimal 111 27 254 0.56 0.89 0 0.00 262.2 0.99 0.55
Hex 6F 1B FE 38 59 0 0 106 63 37
Octal 157 33 376 70 131 0 0 406 143 67
Binary 1101111 11011 11111110 111000 1011001 0 0 100000110 1100011 110111

Color Harmonies of #6F1BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1BFE

Black with #6F1BFE

Text Example


Text Example

White with #6F1BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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