Html Css Color HEX #6B18EE Electric Indigo

📋 copy color: '#6B18EE'

red 107 ◦ green 24 ◦ blue 238

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

Shades of Electric Indigo #6B18EE

Tints of Electric Indigo #6B18EE

RGB

 RED value IS 107 (42.19% from 255) = 29%

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

 BLUE value IS 238 (93.36% from 255) = 64.5%

R = 29%
G = 6.5%
B = 64.5%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6B18EE (or 0x6B18EE) is known color: Electric Indigo. HEX triplet: 6B, 18 and EE. RGB value is (107,24,238). Sum of RGB (Red+Green+Blue) = 107+24+238=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #6B18EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B18EE is #94E711. Grayscale: #484848. Windows color (decimal): -9758482 or 15603819. OLE color: 15603819.

HSL color Cylindrical-coordinate representation of color #6B18EE: hue angle of 263.27º 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 #6B18EE is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 24 238 -
CMYK 0.55 0.90 0 0.07
HSL 263.27º 0.86% 0.51% -
HSV(B) 263.27º 0.9% 0.93% -
XYZ 21.82 9.95 81.66 -
YUV 73.21 221 152.1 -
System Red Green Blue C M Y K H S L
Decimal 107 24 238 0.55 0.90 0 0.07 263.27 0.86 0.51
Hex 6B 18 EE 37 5A 0 7 107 56 33
Octal 153 30 356 67 132 0 7 407 126 63
Binary 1101011 11000 11101110 110111 1011010 0 111 100000111 1010110 110011

Color Harmonies of #6B18EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B18EE

Black with #6B18EE

Text Example


Text Example

White with #6B18EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,24,238); }

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

background-color css

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

 a { background-color: rgb(107,24,238); }

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

border-color css

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

 span { border-color: rgb(107,24,238); }

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