Html Css Color HEX #6F0FFE Electric Indigo

📋 copy color: '#6F0FFE'

red 111 ◦ green 15 ◦ blue 254

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

Shades of Electric Indigo #6F0FFE

Tints of Electric Indigo #6F0FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.95%

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

R = 29.21%
G = 3.95%
B = 66.84%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F0FFE (or 0x6F0FFE) is known color: Electric Indigo. HEX triplet: 6F, 0F and FE. RGB value is (111,15,254). Sum of RGB (Red+Green+Blue) = 111+15+254=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F0FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0FFE is #90F001. Grayscale: #464646. Windows color (decimal): -9498626 or 16650095. OLE color: 16650095.

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

Color convert

RGB 111 15 254 -
CMYK 0.56 0.94 0 0.00
HSL 264.1º 0.99% 0.53% -
HSV(B) 264.1º 0.94% 1% -
XYZ 24.62 10.88 94.57 -
YUV 70.95 231.3 156.57 -
System Red Green Blue C M Y K H S L
Decimal 111 15 254 0.56 0.94 0 0.00 264.1 0.99 0.53
Hex 6F F FE 38 5E 0 0 108 63 35
Octal 157 17 376 70 136 0 0 410 143 65
Binary 1101111 1111 11111110 111000 1011110 0 0 100001000 1100011 110101

Color Harmonies of #6F0FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0FFE

Black with #6F0FFE

Text Example


Text Example

White with #6F0FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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