Html Css Color HEX #6D07DB Electric Indigo

📋 copy color: '#6D07DB'

red 109 ◦ green 7 ◦ blue 219

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

Shades of Electric Indigo #6D07DB

Tints of Electric Indigo #6D07DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.09%

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

R = 32.54%
G = 2.09%
B = 65.37%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D07DB (or 0x6D07DB) is known color: Electric Indigo. HEX triplet: 6D, 07 and DB. RGB value is (109,7,219). Sum of RGB (Red+Green+Blue) = 109+7+219=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D07DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D07DB is #92F824. Grayscale: #3C3C3C. Windows color (decimal): -9631781 or 14354285. OLE color: 14354285.

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

Color convert

RGB 109 7 219 -
CMYK 0.50 0.97 0 0.14
HSL 268.87º 0.94% 0.44% -
HSV(B) 268.87º 0.97% 0.86% -
XYZ 19.17 8.52 67.65 -
YUV 61.67 216.79 161.76 -
System Red Green Blue C M Y K H S L
Decimal 109 7 219 0.50 0.97 0 0.14 268.87 0.94 0.44
Hex 6D 7 DB 32 61 0 E 10D 5E 2C
Octal 155 7 333 62 141 0 16 415 136 54
Binary 1101101 111 11011011 110010 1100001 0 1110 100001101 1011110 101100

Color Harmonies of #6D07DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D07DB

Black with #6D07DB

Text Example


Text Example

White with #6D07DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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