Html Css Color HEX #6403EA Electric Indigo

📋 copy color: '#6403EA'

red 100 ◦ green 3 ◦ blue 234

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

Shades of Electric Indigo #6403EA

Tints of Electric Indigo #6403EA

RGB

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

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

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

R = 29.67%
G = 0.89%
B = 69.44%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6403EA (or 0x6403EA) is known color: Electric Indigo. HEX triplet: 64, 03 and EA. RGB value is (100,3,234). Sum of RGB (Red+Green+Blue) = 100+3+234=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 234 (91.80% from 255 or 69.44% from 337); Max value from RGB is 234 - color contains mainly: blue. Hex color #6403EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6403EA is #9BFC15. Grayscale: #393939. Windows color (decimal): -10222614 or 15336292. OLE color: 15336292.

HSL color Cylindrical-coordinate representation of color #6403EA: hue angle of 265.19º 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 #6403EA is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 3 234 -
CMYK 0.57 0.99 0 0.08
HSL 265.19º 0.97% 0.46% -
HSV(B) 265.19º 0.99% 0.92% -
XYZ 20.14 8.71 78.46 -
YUV 58.34 227.14 157.72 -
System Red Green Blue C M Y K H S L
Decimal 100 3 234 0.57 0.99 0 0.08 265.19 0.97 0.46
Hex 64 3 EA 39 63 0 8 109 61 2E
Octal 144 3 352 71 143 0 10 411 141 56
Binary 1100100 11 11101010 111001 1100011 0 1000 100001001 1100001 101110

Color Harmonies of #6403EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6403EA

Black with #6403EA

Text Example


Text Example

White with #6403EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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