Html Css Color HEX #6F18FA Electric Indigo

📋 copy color: '#6F18FA'

red 111 ◦ green 24 ◦ blue 250

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

Shades of Electric Indigo #6F18FA

Tints of Electric Indigo #6F18FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.94%

R = 28.83%
G = 6.23%
B = 64.94%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F18FA (or 0x6F18FA) is known color: Electric Indigo. HEX triplet: 6F, 18 and FA. RGB value is (111,24,250). Sum of RGB (Red+Green+Blue) = 111+24+250=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F18FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F18FA is #90E705. Grayscale: #4A4A4A. Windows color (decimal): -9496326 or 16390255. OLE color: 16390255.

HSL color Cylindrical-coordinate representation of color #6F18FA: hue angle of 263.1º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F18FA is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 24 250 -
CMYK 0.56 0.90 0 0.02
HSL 263.1º 0.96% 0.54% -
HSV(B) 263.1º 0.9% 0.98% -
XYZ 24.14 10.93 91.28 -
YUV 75.78 226.32 153.12 -
System Red Green Blue C M Y K H S L
Decimal 111 24 250 0.56 0.90 0 0.02 263.1 0.96 0.54
Hex 6F 18 FA 38 5A 0 2 107 60 36
Octal 157 30 372 70 132 0 2 407 140 66
Binary 1101111 11000 11111010 111000 1011010 0 10 100000111 1100000 110110

Color Harmonies of #6F18FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F18FA

Black with #6F18FA

Text Example


Text Example

White with #6F18FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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