Html Css Color HEX #6403EC Electric Indigo

📋 copy color: '#6403EC'

red 100 ◦ green 3 ◦ blue 236

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

Shades of Electric Indigo #6403EC

Tints of Electric Indigo #6403EC

RGB

 RED value IS 100 (39.45% from 255) = 29.5%

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

 BLUE value IS 236 (92.58% from 255) = 69.62%

R = 29.5%
G = 0.88%
B = 69.62%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6403EC (or 0x6403EC) is known color: Electric Indigo. HEX triplet: 64, 03 and EC. RGB value is (100,3,236). Sum of RGB (Red+Green+Blue) = 100+3+236=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 236 (92.58% from 255 or 69.62% from 339); Max value from RGB is 236 - color contains mainly: blue. Hex color #6403EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6403EC is #9BFC13. Grayscale: #393939. Windows color (decimal): -10222612 or 15467364. OLE color: 15467364.

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

Color convert

RGB 100 3 236 -
CMYK 0.58 0.99 0 0.07
HSL 264.98º 0.97% 0.47% -
HSV(B) 264.98º 0.99% 0.93% -
XYZ 20.43 8.83 79.98 -
YUV 58.57 228.14 157.55 -
System Red Green Blue C M Y K H S L
Decimal 100 3 236 0.58 0.99 0 0.07 264.98 0.97 0.47
Hex 64 3 EC 3A 63 0 7 109 61 2F
Octal 144 3 354 72 143 0 7 411 141 57
Binary 1100100 11 11101100 111010 1100011 0 111 100001001 1100001 101111

Color Harmonies of #6403EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6403EC

Black with #6403EC

Text Example


Text Example

White with #6403EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6403EC; }

 p { color: rgb(100,3,236); }

 H1.HeaderClassName
 {
   color: #6403EC;
 }
 .AnyTagClassName
 {
   color: #6403EC;
 }
</style>

background-color css

<style>
 a { background-color: #6403EC; }

 a { background-color: rgb(100,3,236); }

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

border-color css

<style>
 span { border-color: #6403EC; }

 span { border-color: rgb(100,3,236); }

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