Html Css Color HEX #6C00EF Electric Indigo

📋 copy color: '#6C00EF'

red 108 ◦ green 0 ◦ blue 239

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

Shades of Electric Indigo #6C00EF

Tints of Electric Indigo #6C00EF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.12%
G = 0%
B = 68.88%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6C00EF (or 0x6C00EF) is known color: Electric Indigo. HEX triplet: 6C, 00 and EF. RGB value is (108,0,239). Sum of RGB (Red+Green+Blue) = 108+0+239=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C00EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C00EF is #93FF10. Grayscale: #3A3A3A. Windows color (decimal): -9699089 or 15663212. OLE color: 15663212.

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

Color convert

RGB 108 0 239 -
CMYK 0.55 1 0 0.06
HSL 267.11º 1% 0.47% -
HSV(B) 267.11º 1% 0.94% -
XYZ 21.76 9.42 82.33 -
YUV 59.54 229.28 162.57 -
System Red Green Blue C M Y K H S L
Decimal 108 0 239 0.55 1 0 0.06 267.11 1 0.47
Hex 6C 0 EF 37 64 0 6 10B 64 2F
Octal 154 0 357 67 144 0 6 413 144 57
Binary 1101100 0 11101111 110111 1100100 0 110 100001011 1100100 101111

Color Harmonies of #6C00EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C00EF

Black with #6C00EF

Text Example


Text Example

White with #6C00EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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