Html Css Color HEX #6C03EA Electric Indigo

📋 copy color: '#6C03EA'

red 108 ◦ green 3 ◦ blue 234

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

Shades of Electric Indigo #6C03EA

Tints of Electric Indigo #6C03EA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

 BLUE value IS 234 (91.8% from 255) = 67.83%

R = 31.3%
G = 0.87%
B = 67.83%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C03EA (or 0x6C03EA) is known color: Electric Indigo. HEX triplet: 6C, 03 and EA. RGB value is (108,3,234). Sum of RGB (Red+Green+Blue) = 108+3+234=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C03EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C03EA is #93FC15. Grayscale: #3B3B3B. Windows color (decimal): -9698326 or 15336300. OLE color: 15336300.

HSL color Cylindrical-coordinate representation of color #6C03EA: hue angle of 267.27º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C03EA is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 3 234 -
CMYK 0.54 0.99 0 0.08
HSL 267.27º 0.97% 0.46% -
HSV(B) 267.27º 0.99% 0.92% -
XYZ 21.07 9.19 78.51 -
YUV 60.73 225.79 161.72 -
System Red Green Blue C M Y K H S L
Decimal 108 3 234 0.54 0.99 0 0.08 267.27 0.97 0.46
Hex 6C 3 EA 36 63 0 8 10B 61 2E
Octal 154 3 352 66 143 0 10 413 141 56
Binary 1101100 11 11101010 110110 1100011 0 1000 100001011 1100001 101110

Color Harmonies of #6C03EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C03EA

Black with #6C03EA

Text Example


Text Example

White with #6C03EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,3,234); }

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

background-color css

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

 a { background-color: rgb(108,3,234); }

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

border-color css

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

 span { border-color: rgb(108,3,234); }

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