Html Css Color HEX #6F18FE Electric Indigo

📋 copy color: '#6F18FE'

red 111 ◦ green 24 ◦ blue 254

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

Shades of Electric Indigo #6F18FE

Tints of Electric Indigo #6F18FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.17%

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

R = 28.53%
G = 6.17%
B = 65.3%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F18FE (or 0x6F18FE) is known color: Electric Indigo. HEX triplet: 6F, 18 and FE. RGB value is (111,24,254). Sum of RGB (Red+Green+Blue) = 111+24+254=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F18FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F18FE is #90E701. Grayscale: #4B4B4B. Windows color (decimal): -9496322 or 16652399. OLE color: 16652399.

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

Color convert

RGB 111 24 254 -
CMYK 0.56 0.91 0 0.00
HSL 262.7º 0.99% 0.55% -
HSV(B) 262.7º 0.91% 1% -
XYZ 24.77 11.19 94.62 -
YUV 76.23 228.32 152.8 -
System Red Green Blue C M Y K H S L
Decimal 111 24 254 0.56 0.91 0 0.00 262.7 0.99 0.55
Hex 6F 18 FE 38 5B 0 0 107 63 37
Octal 157 30 376 70 133 0 0 407 143 67
Binary 1101111 11000 11111110 111000 1011011 0 0 100000111 1100011 110111

Color Harmonies of #6F18FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F18FE

Black with #6F18FE

Text Example


Text Example

White with #6F18FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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