Html Css Color HEX #6C0FEC Electric Indigo

📋 copy color: '#6C0FEC'

red 108 ◦ green 15 ◦ blue 236

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

Shades of Electric Indigo #6C0FEC

Tints of Electric Indigo #6C0FEC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.18%

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

R = 30.08%
G = 4.18%
B = 65.74%

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

#6C0FEC (or 0x6C0FEC) is known color: Electric Indigo. HEX triplet: 6C, 0F and EC. RGB value is (108,15,236). Sum of RGB (Red+Green+Blue) = 108+15+236=359 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.08% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #6C0FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0FEC is #93F013. Grayscale: #434343. Windows color (decimal): -9695252 or 15470444. OLE color: 15470444.

HSL color Cylindrical-coordinate representation of color #6C0FEC: hue angle of 265.25º degrees, saturation: 0.88, 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 #6C0FEC is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 15 236 -
CMYK 0.54 0.94 0 0.07
HSL 265.25º 0.88% 0.49% -
HSV(B) 265.25º 0.94% 0.93% -
XYZ 21.5 9.59 80.07 -
YUV 68 222.81 156.53 -
System Red Green Blue C M Y K H S L
Decimal 108 15 236 0.54 0.94 0 0.07 265.25 0.88 0.49
Hex 6C F EC 36 5E 0 7 109 58 31
Octal 154 17 354 66 136 0 7 411 130 61
Binary 1101100 1111 11101100 110110 1011110 0 111 100001001 1011000 110001

Color Harmonies of #6C0FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0FEC

Black with #6C0FEC

Text Example


Text Example

White with #6C0FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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