Html Css Color HEX #6D10FD Electric Indigo

📋 copy color: '#6D10FD'

red 109 ◦ green 16 ◦ blue 253

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

Shades of Electric Indigo #6D10FD

Tints of Electric Indigo #6D10FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.93%

R = 28.84%
G = 4.23%
B = 66.93%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D10FD (or 0x6D10FD) is known color: Electric Indigo. HEX triplet: 6D, 10 and FD. RGB value is (109,16,253). Sum of RGB (Red+Green+Blue) = 109+16+253=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D10FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D10FD is #92EF02. Grayscale: #454545. Windows color (decimal): -9629443 or 16584813. OLE color: 16584813.

HSL color Cylindrical-coordinate representation of color #6D10FD: hue angle of 263.54º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D10FD is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 16 253 -
CMYK 0.57 0.94 0 0.01
HSL 263.54º 0.98% 0.53% -
HSV(B) 263.54º 0.94% 0.99% -
XYZ 24.22 10.71 93.72 -
YUV 70.83 230.81 155.23 -
System Red Green Blue C M Y K H S L
Decimal 109 16 253 0.57 0.94 0 0.01 263.54 0.98 0.53
Hex 6D 10 FD 39 5E 0 1 108 62 35
Octal 155 20 375 71 136 0 1 410 142 65
Binary 1101101 10000 11111101 111001 1011110 0 1 100001000 1100010 110101

Color Harmonies of #6D10FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D10FD

Black with #6D10FD

Text Example


Text Example

White with #6D10FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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