Html Css Color HEX #6D09D8 Electric Indigo

📋 copy color: '#6D09D8'

red 109 ◦ green 9 ◦ blue 216

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

Shades of Electric Indigo #6D09D8

Tints of Electric Indigo #6D09D8

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.69%

 BLUE value IS 216 (84.77% from 255) = 64.67%

R = 32.63%
G = 2.69%
B = 64.67%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6D09D8 (or 0x6D09D8) is known color: Electric Indigo. HEX triplet: 6D, 09 and D8. RGB value is (109,9,216). Sum of RGB (Red+Green+Blue) = 109+9+216=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 216 (84.77% from 255 or 64.67% from 334); Max value from RGB is 216 - color contains mainly: blue. Hex color #6D09D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D09D8 is #92F627. Grayscale: #3D3D3D. Windows color (decimal): -9631272 or 14158189. OLE color: 14158189.

HSL color Cylindrical-coordinate representation of color #6D09D8: hue angle of 268.99º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D09D8 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 9 216 -
CMYK 0.50 0.96 0 0.15
HSL 268.99º 0.92% 0.44% -
HSV(B) 268.99º 0.96% 0.85% -
XYZ 18.8 8.4 65.6 -
YUV 62.5 214.63 161.17 -
System Red Green Blue C M Y K H S L
Decimal 109 9 216 0.50 0.96 0 0.15 268.99 0.92 0.44
Hex 6D 9 D8 32 60 0 F 10D 5C 2C
Octal 155 11 330 62 140 0 17 415 134 54
Binary 1101101 1001 11011000 110010 1100000 0 1111 100001101 1011100 101100

Color Harmonies of #6D09D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D09D8

Black with #6D09D8

Text Example


Text Example

White with #6D09D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,9,216); }

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

background-color css

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

 a { background-color: rgb(109,9,216); }

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

border-color css

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

 span { border-color: rgb(109,9,216); }

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