Html Css Color HEX #6503F3 Electric Indigo

📋 copy color: '#6503F3'

red 101 ◦ green 3 ◦ blue 243

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

Shades of Electric Indigo #6503F3

Tints of Electric Indigo #6503F3

RGB

 RED value IS 101 (39.84% from 255) = 29.11%

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

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

R = 29.11%
G = 0.86%
B = 70.03%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6503F3 (or 0x6503F3) is known color: Electric Indigo. HEX triplet: 65, 03 and F3. RGB value is (101,3,243). Sum of RGB (Red+Green+Blue) = 101+3+243=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 243 (95.31% from 255 or 70.03% from 347); Max value from RGB is 243 - color contains mainly: blue. Hex color #6503F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6503F3 is #9AFC0C. Grayscale: #3A3A3A. Windows color (decimal): -10157069 or 15926117. OLE color: 15926117.

HSL color Cylindrical-coordinate representation of color #6503F3: hue angle of 264.5º 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 #6503F3 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 3 243 -
CMYK 0.58 0.99 0 0.05
HSL 264.5º 0.98% 0.48% -
HSV(B) 264.5º 0.99% 0.95% -
XYZ 21.58 9.3 85.45 -
YUV 59.66 231.47 157.49 -
System Red Green Blue C M Y K H S L
Decimal 101 3 243 0.58 0.99 0 0.05 264.5 0.98 0.48
Hex 65 3 F3 3A 63 0 5 108 62 30
Octal 145 3 363 72 143 0 5 410 142 60
Binary 1100101 11 11110011 111010 1100011 0 101 100001000 1100010 110000

Color Harmonies of #6503F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6503F3

Black with #6503F3

Text Example


Text Example

White with #6503F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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