Html Css Color HEX #6D09FD Electric Indigo

📋 copy color: '#6D09FD'

red 109 ◦ green 9 ◦ blue 253

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

Shades of Electric Indigo #6D09FD

Tints of Electric Indigo #6D09FD

RGB

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

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

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

R = 29.38%
G = 2.43%
B = 68.19%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D09FD (or 0x6D09FD) is known color: Electric Indigo. HEX triplet: 6D, 09 and FD. RGB value is (109,9,253). Sum of RGB (Red+Green+Blue) = 109+9+253=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D09FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D09FD is #92F602. Grayscale: #414141. Windows color (decimal): -9631235 or 16583021. OLE color: 16583021.

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

Color convert

RGB 109 9 253 -
CMYK 0.57 0.96 0 0.01
HSL 264.59º 0.98% 0.51% -
HSV(B) 264.59º 0.96% 0.99% -
XYZ 24.13 10.54 93.69 -
YUV 66.72 233.13 158.16 -
System Red Green Blue C M Y K H S L
Decimal 109 9 253 0.57 0.96 0 0.01 264.59 0.98 0.51
Hex 6D 9 FD 39 60 0 1 109 62 33
Octal 155 11 375 71 140 0 1 411 142 63
Binary 1101101 1001 11111101 111001 1100000 0 1 100001001 1100010 110011

Color Harmonies of #6D09FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D09FD

Black with #6D09FD

Text Example


Text Example

White with #6D09FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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