Html Css Color HEX #6509EA Electric Indigo

📋 copy color: '#6509EA'

red 101 ◦ green 9 ◦ blue 234

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

Shades of Electric Indigo #6509EA

Tints of Electric Indigo #6509EA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.62%

 BLUE value IS 234 (91.8% from 255) = 68.02%

R = 29.36%
G = 2.62%
B = 68.02%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6509EA (or 0x6509EA) is known color: Electric Indigo. HEX triplet: 65, 09 and EA. RGB value is (101,9,234). Sum of RGB (Red+Green+Blue) = 101+9+234=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 234 (91.80% from 255 or 68.02% from 344); Max value from RGB is 234 - color contains mainly: blue. Hex color #6509EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6509EA is #9AF615. Grayscale: #3D3D3D. Windows color (decimal): -10155542 or 15337829. OLE color: 15337829.

HSL color Cylindrical-coordinate representation of color #6509EA: hue angle of 264.53º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6509EA is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 9 234 -
CMYK 0.57 0.96 0 0.08
HSL 264.53º 0.93% 0.48% -
HSV(B) 264.53º 0.96% 0.92% -
XYZ 20.32 8.9 78.49 -
YUV 62.16 224.98 155.7 -
System Red Green Blue C M Y K H S L
Decimal 101 9 234 0.57 0.96 0 0.08 264.53 0.93 0.48
Hex 65 9 EA 39 60 0 8 109 5D 30
Octal 145 11 352 71 140 0 10 411 135 60
Binary 1100101 1001 11101010 111001 1100000 0 1000 100001001 1011101 110000

Color Harmonies of #6509EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6509EA

Black with #6509EA

Text Example


Text Example

White with #6509EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6509EA; }

 p { color: rgb(101,9,234); }

 H1.HeaderClassName
 {
   color: #6509EA;
 }
 .AnyTagClassName
 {
   color: #6509EA;
 }
</style>

background-color css

<style>
 a { background-color: #6509EA; }

 a { background-color: rgb(101,9,234); }

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

border-color css

<style>
 span { border-color: #6509EA; }

 span { border-color: rgb(101,9,234); }

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