Html Css Color HEX #6C0EF0 Electric Indigo

📋 copy color: '#6C0EF0'

red 108 ◦ green 14 ◦ blue 240

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

Shades of Electric Indigo #6C0EF0

Tints of Electric Indigo #6C0EF0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.87%

 BLUE value IS 240 (94.14% from 255) = 66.3%

R = 29.83%
G = 3.87%
B = 66.3%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6C0EF0 (or 0x6C0EF0) is known color: Electric Indigo. HEX triplet: 6C, 0E and F0. RGB value is (108,14,240). Sum of RGB (Red+Green+Blue) = 108+14+240=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 240 (94.14% from 255 or 66.30% from 362); Max value from RGB is 240 - color contains mainly: blue. Hex color #6C0EF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0EF0 is #93F10F. Grayscale: #434343. Windows color (decimal): -9695504 or 15732332. OLE color: 15732332.

HSL color Cylindrical-coordinate representation of color #6C0EF0: hue angle of 264.96º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0EF0 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 14 240 -
CMYK 0.55 0.94 0 0.06
HSL 264.96º 0.89% 0.5% -
HSV(B) 264.96º 0.94% 0.94% -
XYZ 22.07 9.79 83.17 -
YUV 67.87 225.14 156.62 -
System Red Green Blue C M Y K H S L
Decimal 108 14 240 0.55 0.94 0 0.06 264.96 0.89 0.5
Hex 6C E F0 37 5E 0 6 109 59 32
Octal 154 16 360 67 136 0 6 411 131 62
Binary 1101100 1110 11110000 110111 1011110 0 110 100001001 1011001 110010

Color Harmonies of #6C0EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0EF0

Black with #6C0EF0

Text Example


Text Example

White with #6C0EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,14,240); }

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

background-color css

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

 a { background-color: rgb(108,14,240); }

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

border-color css

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

 span { border-color: rgb(108,14,240); }

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