Html Css Color HEX #6D0EFD Electric Indigo

📋 copy color: '#6D0EFD'

red 109 ◦ green 14 ◦ blue 253

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

Shades of Electric Indigo #6D0EFD

Tints of Electric Indigo #6D0EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.72%

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

R = 28.99%
G = 3.72%
B = 67.29%

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

#6D0EFD (or 0x6D0EFD) is known color: Electric Indigo. HEX triplet: 6D, 0E and FD. RGB value is (109,14,253). Sum of RGB (Red+Green+Blue) = 109+14+253=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D0EFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0EFD is #92F102. Grayscale: #444444. Windows color (decimal): -9629955 or 16584301. OLE color: 16584301.

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

Color convert

RGB 109 14 253 -
CMYK 0.57 0.94 0 0.01
HSL 263.85º 0.98% 0.52% -
HSV(B) 263.85º 0.94% 0.99% -
XYZ 24.19 10.66 93.71 -
YUV 69.65 231.47 156.07 -
System Red Green Blue C M Y K H S L
Decimal 109 14 253 0.57 0.94 0 0.01 263.85 0.98 0.52
Hex 6D E FD 39 5E 0 1 108 62 34
Octal 155 16 375 71 136 0 1 410 142 64
Binary 1101101 1110 11111101 111001 1011110 0 1 100001000 1100010 110100

Color Harmonies of #6D0EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0EFD

Black with #6D0EFD

Text Example


Text Example

White with #6D0EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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