Html Css Color HEX #6509DB Electric Indigo

📋 copy color: '#6509DB'

red 101 ◦ green 9 ◦ blue 219

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

Shades of Electric Indigo #6509DB

Tints of Electric Indigo #6509DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 66.57%

R = 30.7%
G = 2.74%
B = 66.57%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6509DB (or 0x6509DB) is known color: Electric Indigo. HEX triplet: 65, 09 and DB. RGB value is (101,9,219). Sum of RGB (Red+Green+Blue) = 101+9+219=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #6509DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6509DB is #9AF624. Grayscale: #3B3B3B. Windows color (decimal): -10155557 or 14354789. OLE color: 14354789.

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

Color convert

RGB 101 9 219 -
CMYK 0.54 0.96 0 0.14
HSL 266.29º 0.92% 0.45% -
HSV(B) 266.29º 0.96% 0.86% -
XYZ 18.25 8.08 67.61 -
YUV 60.45 217.48 156.92 -
System Red Green Blue C M Y K H S L
Decimal 101 9 219 0.54 0.96 0 0.14 266.29 0.92 0.45
Hex 65 9 DB 36 60 0 E 10A 5C 2D
Octal 145 11 333 66 140 0 16 412 134 55
Binary 1100101 1001 11011011 110110 1100000 0 1110 100001010 1011100 101101

Color Harmonies of #6509DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6509DB

Black with #6509DB

Text Example


Text Example

White with #6509DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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