Html Css Color HEX #6D18EB Electric Indigo

📋 copy color: '#6D18EB'

red 109 ◦ green 24 ◦ blue 235

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

Shades of Electric Indigo #6D18EB

Tints of Electric Indigo #6D18EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.86%

R = 29.62%
G = 6.52%
B = 63.86%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6D18EB (or 0x6D18EB) is known color: Electric Indigo. HEX triplet: 6D, 18 and EB. RGB value is (109,24,235). Sum of RGB (Red+Green+Blue) = 109+24+235=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D18EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D18EB is #92E714. Grayscale: #484848. Windows color (decimal): -9627413 or 15407213. OLE color: 15407213.

HSL color Cylindrical-coordinate representation of color #6D18EB: hue angle of 264.17º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D18EB is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 24 235 -
CMYK 0.54 0.90 0 0.08
HSL 264.17º 0.84% 0.51% -
HSV(B) 264.17º 0.9% 0.92% -
XYZ 21.63 9.9 79.37 -
YUV 73.47 219.16 153.34 -
System Red Green Blue C M Y K H S L
Decimal 109 24 235 0.54 0.90 0 0.08 264.17 0.84 0.51
Hex 6D 18 EB 36 5A 0 8 108 54 33
Octal 155 30 353 66 132 0 10 410 124 63
Binary 1101101 11000 11101011 110110 1011010 0 1000 100001000 1010100 110011

Color Harmonies of #6D18EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D18EB

Black with #6D18EB

Text Example


Text Example

White with #6D18EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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