Html Css Color HEX #6F18ED Electric Indigo

📋 copy color: '#6F18ED'

red 111 ◦ green 24 ◦ blue 237

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

Shades of Electric Indigo #6F18ED

Tints of Electric Indigo #6F18ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.71%

R = 29.84%
G = 6.45%
B = 63.71%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6F18ED (or 0x6F18ED) is known color: Electric Indigo. HEX triplet: 6F, 18 and ED. RGB value is (111,24,237). Sum of RGB (Red+Green+Blue) = 111+24+237=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F18ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F18ED is #90E712. Grayscale: #494949. Windows color (decimal): -9496339 or 15538287. OLE color: 15538287.

HSL color Cylindrical-coordinate representation of color #6F18ED: hue angle of 264.51º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F18ED is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 24 237 -
CMYK 0.53 0.90 0 0.07
HSL 264.51º 0.86% 0.51% -
HSV(B) 264.51º 0.9% 0.93% -
XYZ 22.17 10.15 80.91 -
YUV 74.3 219.82 154.18 -
System Red Green Blue C M Y K H S L
Decimal 111 24 237 0.53 0.90 0 0.07 264.51 0.86 0.51
Hex 6F 18 ED 35 5A 0 7 109 56 33
Octal 157 30 355 65 132 0 7 411 126 63
Binary 1101111 11000 11101101 110101 1011010 0 111 100001001 1010110 110011

Color Harmonies of #6F18ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F18ED

Black with #6F18ED

Text Example


Text Example

White with #6F18ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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