Html Css Color HEX #6503E9 Electric Indigo

📋 copy color: '#6503E9'

red 101 ◦ green 3 ◦ blue 233

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

Shades of Electric Indigo #6503E9

Tints of Electric Indigo #6503E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 69.14%

R = 29.97%
G = 0.89%
B = 69.14%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6503E9 (or 0x6503E9) is known color: Electric Indigo. HEX triplet: 65, 03 and E9. RGB value is (101,3,233). Sum of RGB (Red+Green+Blue) = 101+3+233=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 233 (91.41% from 255 or 69.14% from 337); Max value from RGB is 233 - color contains mainly: blue. Hex color #6503E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6503E9 is #9AFC16. Grayscale: #393939. Windows color (decimal): -10157079 or 15270757. OLE color: 15270757.

HSL color Cylindrical-coordinate representation of color #6503E9: hue angle of 265.57º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6503E9 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 101 3 233 -
CMYK 0.57 0.99 0 0.09
HSL 265.57º 0.97% 0.46% -
HSV(B) 265.57º 0.99% 0.91% -
XYZ 20.11 8.72 77.71 -
YUV 58.52 226.47 158.3 -
System Red Green Blue C M Y K H S L
Decimal 101 3 233 0.57 0.99 0 0.09 265.57 0.97 0.46
Hex 65 3 E9 39 63 0 9 10A 61 2E
Octal 145 3 351 71 143 0 11 412 141 56
Binary 1100101 11 11101001 111001 1100011 0 1001 100001010 1100001 101110

Color Harmonies of #6503E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6503E9

Black with #6503E9

Text Example


Text Example

White with #6503E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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