Html Css Color HEX #6B14EC Electric Indigo

📋 copy color: '#6B14EC'

red 107 ◦ green 20 ◦ blue 236

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

Shades of Electric Indigo #6B14EC

Tints of Electric Indigo #6B14EC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.51%

 BLUE value IS 236 (92.58% from 255) = 65.01%

R = 29.48%
G = 5.51%
B = 65.01%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6B14EC (or 0x6B14EC) is known color: Electric Indigo. HEX triplet: 6B, 14 and EC. RGB value is (107,20,236). Sum of RGB (Red+Green+Blue) = 107+20+236=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #6B14EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B14EC is #94EB13. Grayscale: #454545. Windows color (decimal): -9759508 or 15471723. OLE color: 15471723.

HSL color Cylindrical-coordinate representation of color #6B14EC: hue angle of 264.17º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B14EC is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 20 236 -
CMYK 0.55 0.92 0 0.07
HSL 264.17º 0.85% 0.5% -
HSV(B) 264.17º 0.92% 0.93% -
XYZ 21.45 9.68 80.09 -
YUV 70.64 221.32 153.94 -
System Red Green Blue C M Y K H S L
Decimal 107 20 236 0.55 0.92 0 0.07 264.17 0.85 0.5
Hex 6B 14 EC 37 5C 0 7 108 55 32
Octal 153 24 354 67 134 0 7 410 125 62
Binary 1101011 10100 11101100 110111 1011100 0 111 100001000 1010101 110010

Color Harmonies of #6B14EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B14EC

Black with #6B14EC

Text Example


Text Example

White with #6B14EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,20,236); }

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

background-color css

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

 a { background-color: rgb(107,20,236); }

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

border-color css

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

 span { border-color: rgb(107,20,236); }

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