Html Css Color HEX #6B12DE Electric Indigo

📋 copy color: '#6B12DE'

red 107 ◦ green 18 ◦ blue 222

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

Shades of Electric Indigo #6B12DE

Tints of Electric Indigo #6B12DE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.19%

 BLUE value IS 222 (87.11% from 255) = 63.98%

R = 30.84%
G = 5.19%
B = 63.98%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B12DE (or 0x6B12DE) is known color: Electric Indigo. HEX triplet: 6B, 12 and DE. RGB value is (107,18,222). Sum of RGB (Red+Green+Blue) = 107+18+222=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #6B12DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B12DE is #94ED21. Grayscale: #434343. Windows color (decimal): -9760034 or 14553707. OLE color: 14553707.

HSL color Cylindrical-coordinate representation of color #6B12DE: hue angle of 266.18º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B12DE is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 18 222 -
CMYK 0.52 0.92 0 0.13
HSL 266.18º 0.85% 0.47% -
HSV(B) 266.18º 0.92% 0.87% -
XYZ 19.46 8.83 69.79 -
YUV 67.87 214.99 155.91 -
System Red Green Blue C M Y K H S L
Decimal 107 18 222 0.52 0.92 0 0.13 266.18 0.85 0.47
Hex 6B 12 DE 34 5C 0 D 10A 55 2F
Octal 153 22 336 64 134 0 15 412 125 57
Binary 1101011 10010 11011110 110100 1011100 0 1101 100001010 1010101 101111

Color Harmonies of #6B12DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B12DE

Black with #6B12DE

Text Example


Text Example

White with #6B12DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,18,222); }

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

background-color css

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

 a { background-color: rgb(107,18,222); }

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

border-color css

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

 span { border-color: rgb(107,18,222); }

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