Html Css Color HEX #6D05DB Electric Indigo

📋 copy color: '#6D05DB'

red 109 ◦ green 5 ◦ blue 219

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

Shades of Electric Indigo #6D05DB

Tints of Electric Indigo #6D05DB

RGB

 RED value IS 109 (42.97% from 255) = 32.73%

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

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

R = 32.73%
G = 1.5%
B = 65.77%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D05DB (or 0x6D05DB) is known color: Electric Indigo. HEX triplet: 6D, 05 and DB. RGB value is (109,5,219). Sum of RGB (Red+Green+Blue) = 109+5+219=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D05DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D05DB is #92FA24. Grayscale: #3B3B3B. Windows color (decimal): -9632293 or 14353773. OLE color: 14353773.

HSL color Cylindrical-coordinate representation of color #6D05DB: hue angle of 269.16º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D05DB is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 5 219 -
CMYK 0.50 0.98 0 0.14
HSL 269.16º 0.96% 0.44% -
HSV(B) 269.16º 0.98% 0.86% -
XYZ 19.15 8.47 67.64 -
YUV 60.49 217.46 162.6 -
System Red Green Blue C M Y K H S L
Decimal 109 5 219 0.50 0.98 0 0.14 269.16 0.96 0.44
Hex 6D 5 DB 32 62 0 E 10D 60 2C
Octal 155 5 333 62 142 0 16 415 140 54
Binary 1101101 101 11011011 110010 1100010 0 1110 100001101 1100000 101100

Color Harmonies of #6D05DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D05DB

Black with #6D05DB

Text Example


Text Example

White with #6D05DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D05DB; }

 p { color: rgb(109,5,219); }

 H1.HeaderClassName
 {
   color: #6D05DB;
 }
 .AnyTagClassName
 {
   color: #6D05DB;
 }
</style>

background-color css

<style>
 a { background-color: #6D05DB; }

 a { background-color: rgb(109,5,219); }

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

border-color css

<style>
 span { border-color: #6D05DB; }

 span { border-color: rgb(109,5,219); }

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