Html Css Color HEX #6C0DEC Electric Indigo

📋 copy color: '#6C0DEC'

red 108 ◦ green 13 ◦ blue 236

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

Shades of Electric Indigo #6C0DEC

Tints of Electric Indigo #6C0DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.64%

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

R = 30.25%
G = 3.64%
B = 66.11%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6C0DEC (or 0x6C0DEC) is known color: Electric Indigo. HEX triplet: 6C, 0D and EC. RGB value is (108,13,236). Sum of RGB (Red+Green+Blue) = 108+13+236=357 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.25% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #6C0DEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0DEC is #93F213. Grayscale: #424242. Windows color (decimal): -9695764 or 15469932. OLE color: 15469932.

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

Color convert

RGB 108 13 236 -
CMYK 0.54 0.94 0 0.07
HSL 265.56º 0.9% 0.49% -
HSV(B) 265.56º 0.94% 0.93% -
XYZ 21.47 9.53 80.07 -
YUV 66.83 223.47 157.37 -
System Red Green Blue C M Y K H S L
Decimal 108 13 236 0.54 0.94 0 0.07 265.56 0.9 0.49
Hex 6C D EC 36 5E 0 7 10A 5A 31
Octal 154 15 354 66 136 0 7 412 132 61
Binary 1101100 1101 11101100 110110 1011110 0 111 100001010 1011010 110001

Color Harmonies of #6C0DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0DEC

Black with #6C0DEC

Text Example


Text Example

White with #6C0DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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