Html Css Color HEX #6D07DA Electric Indigo

📋 copy color: '#6D07DA'

red 109 ◦ green 7 ◦ blue 218

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

Shades of Electric Indigo #6D07DA

Tints of Electric Indigo #6D07DA

RGB

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

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

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

R = 32.63%
G = 2.1%
B = 65.27%

CMYK

 C value IS 0.5

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6D07DA (or 0x6D07DA) is known color: Electric Indigo. HEX triplet: 6D, 07 and DA. RGB value is (109,7,218). Sum of RGB (Red+Green+Blue) = 109+7+218=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #6D07DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D07DA is #92F825. Grayscale: #3C3C3C. Windows color (decimal): -9631782 or 14288749. OLE color: 14288749.

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

Color convert

RGB 109 7 218 -
CMYK 0.5 0.97 0 0.15
HSL 269º 0.94% 0.44% -
HSV(B) 269º 0.97% 0.85% -
XYZ 19.04 8.47 66.96 -
YUV 61.55 216.29 161.84 -
System Red Green Blue C M Y K H S L
Decimal 109 7 218 0.5 0.97 0 0.15 269 0.94 0.44
Hex 6D 7 DA 32 61 0 F 10D 5E 2C
Octal 155 7 332 62 141 0 17 415 136 54
Binary 1101101 111 11011010 110010 1100001 0 1111 100001101 1011110 101100

Color Harmonies of #6D07DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D07DA

Black with #6D07DA

Text Example


Text Example

White with #6D07DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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