Html Css Color HEX #6C03EF Electric Indigo

📋 copy color: '#6C03EF'

red 108 ◦ green 3 ◦ blue 239

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

Shades of Electric Indigo #6C03EF

Tints of Electric Indigo #6C03EF

RGB

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

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

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

R = 30.86%
G = 0.86%
B = 68.29%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6C03EF (or 0x6C03EF) is known color: Electric Indigo. HEX triplet: 6C, 03 and EF. RGB value is (108,3,239). Sum of RGB (Red+Green+Blue) = 108+3+239=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C03EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C03EF is #93FC10. Grayscale: #3C3C3C. Windows color (decimal): -9698321 or 15663980. OLE color: 15663980.

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

Color convert

RGB 108 3 239 -
CMYK 0.55 0.99 0 0.06
HSL 266.69º 0.98% 0.47% -
HSV(B) 266.69º 0.99% 0.94% -
XYZ 21.8 9.49 82.34 -
YUV 61.3 228.29 161.31 -
System Red Green Blue C M Y K H S L
Decimal 108 3 239 0.55 0.99 0 0.06 266.69 0.98 0.47
Hex 6C 3 EF 37 63 0 6 10B 62 2F
Octal 154 3 357 67 143 0 6 413 142 57
Binary 1101100 11 11101111 110111 1100011 0 110 100001011 1100010 101111

Color Harmonies of #6C03EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C03EF

Black with #6C03EF

Text Example


Text Example

White with #6C03EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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