Html Css Color HEX #6505E9 Electric Indigo

📋 copy color: '#6505E9'

red 101 ◦ green 5 ◦ blue 233

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

Shades of Electric Indigo #6505E9

Tints of Electric Indigo #6505E9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.47%

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

R = 29.79%
G = 1.47%
B = 68.73%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6505E9 (or 0x6505E9) is known color: Electric Indigo. HEX triplet: 65, 05 and E9. RGB value is (101,5,233). Sum of RGB (Red+Green+Blue) = 101+5+233=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 233 (91.41% from 255 or 68.73% from 339); Max value from RGB is 233 - color contains mainly: blue. Hex color #6505E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6505E9 is #9AFA16. Grayscale: #3A3A3A. Windows color (decimal): -10156567 or 15271269. OLE color: 15271269.

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

Color convert

RGB 101 5 233 -
CMYK 0.57 0.98 0 0.09
HSL 265.26º 0.96% 0.47% -
HSV(B) 265.26º 0.98% 0.91% -
XYZ 20.13 8.76 77.72 -
YUV 59.7 225.8 157.46 -
System Red Green Blue C M Y K H S L
Decimal 101 5 233 0.57 0.98 0 0.09 265.26 0.96 0.47
Hex 65 5 E9 39 62 0 9 109 60 2F
Octal 145 5 351 71 142 0 11 411 140 57
Binary 1100101 101 11101001 111001 1100010 0 1001 100001001 1100000 101111

Color Harmonies of #6505E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6505E9

Black with #6505E9

Text Example


Text Example

White with #6505E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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