Html Css Color HEX #6E07DA Electric Indigo

📋 copy color: '#6E07DA'

red 110 ◦ green 7 ◦ blue 218

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

Shades of Electric Indigo #6E07DA

Tints of Electric Indigo #6E07DA

RGB

 RED value IS 110 (43.36% from 255) = 32.84%

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

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

R = 32.84%
G = 2.09%
B = 65.07%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6E07DA (or 0x6E07DA) is known color: Electric Indigo. HEX triplet: 6E, 07 and DA. RGB value is (110,7,218). Sum of RGB (Red+Green+Blue) = 110+7+218=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #6E07DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E07DA is #91F825. Grayscale: #3D3D3D. Windows color (decimal): -9566246 or 14288750. OLE color: 14288750.

HSL color Cylindrical-coordinate representation of color #6E07DA: hue angle of 269.29º 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 #6E07DA is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 7 218 -
CMYK 0.50 0.97 0 0.15
HSL 269.29º 0.94% 0.44% -
HSV(B) 269.29º 0.97% 0.85% -
XYZ 19.16 8.53 66.97 -
YUV 61.85 216.12 162.34 -
System Red Green Blue C M Y K H S L
Decimal 110 7 218 0.50 0.97 0 0.15 269.29 0.94 0.44
Hex 6E 7 DA 32 61 0 F 10D 5E 2C
Octal 156 7 332 62 141 0 17 415 136 54
Binary 1101110 111 11011010 110010 1100001 0 1111 100001101 1011110 101100

Color Harmonies of #6E07DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E07DA

Black with #6E07DA

Text Example


Text Example

White with #6E07DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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