Html Css Color HEX #6C10EC Electric Indigo

📋 copy color: '#6C10EC'

red 108 ◦ green 16 ◦ blue 236

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

Shades of Electric Indigo #6C10EC

Tints of Electric Indigo #6C10EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.44%

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

R = 30%
G = 4.44%
B = 65.56%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6C10EC (or 0x6C10EC) is known color: Electric Indigo. HEX triplet: 6C, 10 and EC. RGB value is (108,16,236). Sum of RGB (Red+Green+Blue) = 108+16+236=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #6C10EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C10EC is #93EF13. Grayscale: #434343. Windows color (decimal): -9694996 or 15470700. OLE color: 15470700.

HSL color Cylindrical-coordinate representation of color #6C10EC: hue angle of 265.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C10EC is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 16 236 -
CMYK 0.54 0.93 0 0.07
HSL 265.09º 0.87% 0.49% -
HSV(B) 265.09º 0.93% 0.93% -
XYZ 21.51 9.61 80.08 -
YUV 68.59 222.48 156.11 -
System Red Green Blue C M Y K H S L
Decimal 108 16 236 0.54 0.93 0 0.07 265.09 0.87 0.49
Hex 6C 10 EC 36 5D 0 7 109 57 31
Octal 154 20 354 66 135 0 7 411 127 61
Binary 1101100 10000 11101100 110110 1011101 0 111 100001001 1010111 110001

Color Harmonies of #6C10EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C10EC

Black with #6C10EC

Text Example


Text Example

White with #6C10EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,16,236); }

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

background-color css

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

 a { background-color: rgb(108,16,236); }

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

border-color css

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

 span { border-color: rgb(108,16,236); }

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