Html Css Color HEX #6403F0 Electric Indigo

📋 copy color: '#6403F0'

red 100 ◦ green 3 ◦ blue 240

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

Shades of Electric Indigo #6403F0

Tints of Electric Indigo #6403F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 69.97%

R = 29.15%
G = 0.87%
B = 69.97%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6403F0 (or 0x6403F0) is known color: Electric Indigo. HEX triplet: 64, 03 and F0. RGB value is (100,3,240). Sum of RGB (Red+Green+Blue) = 100+3+240=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 240 (94.14% from 255 or 69.97% from 343); Max value from RGB is 240 - color contains mainly: blue. Hex color #6403F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6403F0 is #9BFC0F. Grayscale: #3A3A3A. Windows color (decimal): -10222608 or 15729508. OLE color: 15729508.

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

Color convert

RGB 100 3 240 -
CMYK 0.58 0.99 0 0.06
HSL 264.56º 0.98% 0.48% -
HSV(B) 264.56º 0.99% 0.94% -
XYZ 21.02 9.07 83.08 -
YUV 59.02 230.14 157.23 -
System Red Green Blue C M Y K H S L
Decimal 100 3 240 0.58 0.99 0 0.06 264.56 0.98 0.48
Hex 64 3 F0 3A 63 0 6 109 62 30
Octal 144 3 360 72 143 0 6 411 142 60
Binary 1100100 11 11110000 111010 1100011 0 110 100001001 1100010 110000

Color Harmonies of #6403F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6403F0

Black with #6403F0

Text Example


Text Example

White with #6403F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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