Html Css Color HEX #6C0EEF Electric Indigo

📋 copy color: '#6C0EEF'

red 108 ◦ green 14 ◦ blue 239

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

Shades of Electric Indigo #6C0EEF

Tints of Electric Indigo #6C0EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.2%

R = 29.92%
G = 3.88%
B = 66.2%

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

#6C0EEF (or 0x6C0EEF) is known color: Electric Indigo. HEX triplet: 6C, 0E and EF. RGB value is (108,14,239). Sum of RGB (Red+Green+Blue) = 108+14+239=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 239 (93.75% from 255 or 66.20% from 361); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C0EEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0EEF is #93F110. Grayscale: #424242. Windows color (decimal): -9695505 or 15666796. OLE color: 15666796.

HSL color Cylindrical-coordinate representation of color #6C0EEF: hue angle of 265.07º 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 #6C0EEF is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 14 239 -
CMYK 0.55 0.94 0 0.06
HSL 265.07º 0.89% 0.5% -
HSV(B) 265.07º 0.94% 0.94% -
XYZ 21.92 9.73 82.38 -
YUV 67.76 224.64 156.7 -
System Red Green Blue C M Y K H S L
Decimal 108 14 239 0.55 0.94 0 0.06 265.07 0.89 0.5
Hex 6C E EF 37 5E 0 6 109 59 32
Octal 154 16 357 67 136 0 6 411 131 62
Binary 1101100 1110 11101111 110111 1011110 0 110 100001001 1011001 110010

Color Harmonies of #6C0EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0EEF

Black with #6C0EEF

Text Example


Text Example

White with #6C0EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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