Html Css Color HEX #6509DA Electric Indigo

📋 copy color: '#6509DA'

red 101 ◦ green 9 ◦ blue 218

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

Shades of Electric Indigo #6509DA

Tints of Electric Indigo #6509DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.46%

R = 30.79%
G = 2.74%
B = 66.46%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6509DA (or 0x6509DA) is known color: Electric Indigo. HEX triplet: 65, 09 and DA. RGB value is (101,9,218). Sum of RGB (Red+Green+Blue) = 101+9+218=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #6509DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6509DA is #9AF625. Grayscale: #3B3B3B. Windows color (decimal): -10155558 or 14289253. OLE color: 14289253.

HSL color Cylindrical-coordinate representation of color #6509DA: hue angle of 266.41º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6509DA is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 9 218 -
CMYK 0.54 0.96 0 0.15
HSL 266.41º 0.92% 0.45% -
HSV(B) 266.41º 0.96% 0.85% -
XYZ 18.12 8.02 66.92 -
YUV 60.33 216.98 157.01 -
System Red Green Blue C M Y K H S L
Decimal 101 9 218 0.54 0.96 0 0.15 266.41 0.92 0.45
Hex 65 9 DA 36 60 0 F 10A 5C 2D
Octal 145 11 332 66 140 0 17 412 134 55
Binary 1100101 1001 11011010 110110 1100000 0 1111 100001010 1011100 101101

Color Harmonies of #6509DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6509DA

Black with #6509DA

Text Example


Text Example

White with #6509DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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