Html Css Color HEX #6C04EE Electric Indigo

📋 copy color: '#6C04EE'

red 108 ◦ green 4 ◦ blue 238

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

Shades of Electric Indigo #6C04EE

Tints of Electric Indigo #6C04EE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

 BLUE value IS 238 (93.36% from 255) = 68%

R = 30.86%
G = 1.14%
B = 68%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6C04EE (or 0x6C04EE) is known color: Electric Indigo. HEX triplet: 6C, 04 and EE. RGB value is (108,4,238). Sum of RGB (Red+Green+Blue) = 108+4+238=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #6C04EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C04EE is #93FB11. Grayscale: #3C3C3C. Windows color (decimal): -9698066 or 15598700. OLE color: 15598700.

HSL color Cylindrical-coordinate representation of color #6C04EE: hue angle of 266.67º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C04EE is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 4 238 -
CMYK 0.55 0.98 0 0.07
HSL 266.67º 0.97% 0.47% -
HSV(B) 266.67º 0.98% 0.93% -
XYZ 21.66 9.45 81.57 -
YUV 61.77 227.46 160.97 -
System Red Green Blue C M Y K H S L
Decimal 108 4 238 0.55 0.98 0 0.07 266.67 0.97 0.47
Hex 6C 4 EE 37 62 0 7 10B 61 2F
Octal 154 4 356 67 142 0 7 413 141 57
Binary 1101100 100 11101110 110111 1100010 0 111 100001011 1100001 101111

Color Harmonies of #6C04EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C04EE

Black with #6C04EE

Text Example


Text Example

White with #6C04EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,4,238); }

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

background-color css

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

 a { background-color: rgb(108,4,238); }

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

border-color css

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

 span { border-color: rgb(108,4,238); }

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