Html Css Color HEX #6403F3 Electric Indigo

📋 copy color: '#6403F3'

red 100 ◦ green 3 ◦ blue 243

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

Shades of Electric Indigo #6403F3

Tints of Electric Indigo #6403F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 70.23%

R = 28.9%
G = 0.87%
B = 70.23%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6403F3 (or 0x6403F3) is known color: Electric Indigo. HEX triplet: 64, 03 and F3. RGB value is (100,3,243). Sum of RGB (Red+Green+Blue) = 100+3+243=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 243 (95.31% from 255 or 70.23% from 346); Max value from RGB is 243 - color contains mainly: blue. Hex color #6403F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6403F3 is #9BFC0C. Grayscale: #3A3A3A. Windows color (decimal): -10222605 or 15926116. OLE color: 15926116.

HSL color Cylindrical-coordinate representation of color #6403F3: hue angle of 264.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6403F3 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 3 243 -
CMYK 0.59 0.99 0 0.05
HSL 264.25º 0.98% 0.48% -
HSV(B) 264.25º 0.99% 0.95% -
XYZ 21.47 9.25 85.45 -
YUV 59.36 231.64 156.99 -
System Red Green Blue C M Y K H S L
Decimal 100 3 243 0.59 0.99 0 0.05 264.25 0.98 0.48
Hex 64 3 F3 3B 63 0 5 108 62 30
Octal 144 3 363 73 143 0 5 410 142 60
Binary 1100100 11 11110011 111011 1100011 0 101 100001000 1100010 110000

Color Harmonies of #6403F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6403F3

Black with #6403F3

Text Example


Text Example

White with #6403F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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