Html Css Color HEX #6500E9 Electric Indigo

📋 copy color: '#6500E9'

red 101 ◦ green 0 ◦ blue 233

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

Shades of Electric Indigo #6500E9

Tints of Electric Indigo #6500E9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 30.24%
G = 0%
B = 69.76%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6500E9 (or 0x6500E9) is known color: Electric Indigo. HEX triplet: 65, 00 and E9. RGB value is (101,0,233). Sum of RGB (Red+Green+Blue) = 101+0+233=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 233 (91.41% from 255 or 69.76% from 334); Max value from RGB is 233 - color contains mainly: blue. Hex color #6500E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6500E9 is #9AFF16. Grayscale: #373737. Windows color (decimal): -10157847 or 15269989. OLE color: 15269989.

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

Color convert

RGB 101 0 233 -
CMYK 0.57 1 0 0.09
HSL 266.01º 1% 0.46% -
HSV(B) 266.01º 1% 0.91% -
XYZ 20.07 8.65 77.7 -
YUV 56.76 227.46 159.55 -
System Red Green Blue C M Y K H S L
Decimal 101 0 233 0.57 1 0 0.09 266.01 1 0.46
Hex 65 0 E9 39 64 0 9 10A 64 2E
Octal 145 0 351 71 144 0 11 412 144 56
Binary 1100101 0 11101001 111001 1100100 0 1001 100001010 1100100 101110

Color Harmonies of #6500E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6500E9

Black with #6500E9

Text Example


Text Example

White with #6500E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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