Html Css Color HEX #6E06DF Electric Indigo

📋 copy color: '#6E06DF'

red 110 ◦ green 6 ◦ blue 223

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

Shades of Electric Indigo #6E06DF

Tints of Electric Indigo #6E06DF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.77%

 BLUE value IS 223 (87.5% from 255) = 65.78%

R = 32.45%
G = 1.77%
B = 65.78%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E06DF (or 0x6E06DF) is known color: Electric Indigo. HEX triplet: 6E, 06 and DF. RGB value is (110,6,223). Sum of RGB (Red+Green+Blue) = 110+6+223=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E06DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E06DF is #91F920. Grayscale: #3D3D3D. Windows color (decimal): -9566497 or 14616174. OLE color: 14616174.

HSL color Cylindrical-coordinate representation of color #6E06DF: hue angle of 268.76º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E06DF is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 6 223 -
CMYK 0.51 0.97 0 0.13
HSL 268.76º 0.95% 0.45% -
HSV(B) 268.76º 0.97% 0.87% -
XYZ 19.81 8.77 70.46 -
YUV 61.83 218.96 162.36 -
System Red Green Blue C M Y K H S L
Decimal 110 6 223 0.51 0.97 0 0.13 268.76 0.95 0.45
Hex 6E 6 DF 33 61 0 D 10D 5F 2D
Octal 156 6 337 63 141 0 15 415 137 55
Binary 1101110 110 11011111 110011 1100001 0 1101 100001101 1011111 101101

Color Harmonies of #6E06DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E06DF

Black with #6E06DF

Text Example


Text Example

White with #6E06DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,6,223); }

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

background-color css

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

 a { background-color: rgb(110,6,223); }

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

border-color css

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

 span { border-color: rgb(110,6,223); }

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