Html Css Color HEX #6D18FF Electric Indigo

📋 copy color: '#6D18FF'

red 109 ◦ green 24 ◦ blue 255

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

Shades of Electric Indigo #6D18FF

Tints of Electric Indigo #6D18FF

RGB

 RED value IS 109 (42.97% from 255) = 28.09%

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

 BLUE value IS 255 (100% from 255) = 65.72%

R = 28.09%
G = 6.19%
B = 65.72%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6D18FF (or 0x6D18FF) is known color: Electric Indigo. HEX triplet: 6D, 18 and FF. RGB value is (109,24,255). Sum of RGB (Red+Green+Blue) = 109+24+255=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D18FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D18FF is #92E700. Grayscale: #4A4A4A. Windows color (decimal): -9627393 or 16717933. OLE color: 16717933.

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

Color convert

RGB 109 24 255 -
CMYK 0.57 0.91 0 0
HSL 262.08º 1% 0.55% -
HSV(B) 262.08º 0.91% 1% -
XYZ 24.68 11.12 95.45 -
YUV 75.75 229.16 151.72 -
System Red Green Blue C M Y K H S L
Decimal 109 24 255 0.57 0.91 0 0 262.08 1 0.55
Hex 6D 18 FF 39 5B 0 0 106 64 37
Octal 155 30 377 71 133 0 0 406 144 67
Binary 1101101 11000 11111111 111001 1011011 0 0 100000110 1100100 110111

Color Harmonies of #6D18FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D18FF

Black with #6D18FF

Text Example


Text Example

White with #6D18FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,24,255); }

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

background-color css

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

 a { background-color: rgb(109,24,255); }

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

border-color css

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

 span { border-color: rgb(109,24,255); }

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