Html Css Color HEX #6C14EB Electric Indigo

📋 copy color: '#6C14EB'

red 108 ◦ green 20 ◦ blue 235

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

Shades of Electric Indigo #6C14EB

Tints of Electric Indigo #6C14EB

RGB

 RED value IS 108 (42.58% from 255) = 29.75%

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

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

R = 29.75%
G = 5.51%
B = 64.74%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C14EB (or 0x6C14EB) is known color: Electric Indigo. HEX triplet: 6C, 14 and EB. RGB value is (108,20,235). Sum of RGB (Red+Green+Blue) = 108+20+235=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C14EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C14EB is #93EB14. Grayscale: #464646. Windows color (decimal): -9693973 or 15406188. OLE color: 15406188.

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

Color convert

RGB 108 20 235 -
CMYK 0.54 0.91 0 0.08
HSL 264.56º 0.84% 0.5% -
HSV(B) 264.56º 0.91% 0.92% -
XYZ 21.43 9.69 79.34 -
YUV 70.82 220.65 154.52 -
System Red Green Blue C M Y K H S L
Decimal 108 20 235 0.54 0.91 0 0.08 264.56 0.84 0.5
Hex 6C 14 EB 36 5B 0 8 109 54 32
Octal 154 24 353 66 133 0 10 411 124 62
Binary 1101100 10100 11101011 110110 1011011 0 1000 100001001 1010100 110010

Color Harmonies of #6C14EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C14EB

Black with #6C14EB

Text Example


Text Example

White with #6C14EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,20,235); }

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

background-color css

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

 a { background-color: rgb(108,20,235); }

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

border-color css

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

 span { border-color: rgb(108,20,235); }

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