Html Css Color HEX #6D10DF Electric Indigo

📋 copy color: '#6D10DF'

red 109 ◦ green 16 ◦ blue 223

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

Shades of Electric Indigo #6D10DF

Tints of Electric Indigo #6D10DF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.6%

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

R = 31.32%
G = 4.6%
B = 64.08%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D10DF (or 0x6D10DF) is known color: Electric Indigo. HEX triplet: 6D, 10 and DF. RGB value is (109,16,223). Sum of RGB (Red+Green+Blue) = 109+16+223=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D10DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D10DF is #92EF20. Grayscale: #424242. Windows color (decimal): -9629473 or 14618733. OLE color: 14618733.

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

Color convert

RGB 109 16 223 -
CMYK 0.51 0.93 0 0.13
HSL 266.96º 0.87% 0.47% -
HSV(B) 266.96º 0.93% 0.87% -
XYZ 19.81 8.95 70.5 -
YUV 67.41 215.81 157.67 -
System Red Green Blue C M Y K H S L
Decimal 109 16 223 0.51 0.93 0 0.13 266.96 0.87 0.47
Hex 6D 10 DF 33 5D 0 D 10B 57 2F
Octal 155 20 337 63 135 0 15 413 127 57
Binary 1101101 10000 11011111 110011 1011101 0 1101 100001011 1010111 101111

Color Harmonies of #6D10DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D10DF

Black with #6D10DF

Text Example


Text Example

White with #6D10DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,16,223); }

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

background-color css

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

 a { background-color: rgb(109,16,223); }

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

border-color css

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

 span { border-color: rgb(109,16,223); }

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