Html Css Color HEX #6D09FA Electric Indigo

📋 copy color: '#6D09FA'

red 109 ◦ green 9 ◦ blue 250

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

Shades of Electric Indigo #6D09FA

Tints of Electric Indigo #6D09FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 67.93%

R = 29.62%
G = 2.45%
B = 67.93%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6D09FA (or 0x6D09FA) is known color: Electric Indigo. HEX triplet: 6D, 09 and FA. RGB value is (109,9,250). Sum of RGB (Red+Green+Blue) = 109+9+250=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D09FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D09FA is #92F605. Grayscale: #414141. Windows color (decimal): -9631238 or 16386413. OLE color: 16386413.

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

Color convert

RGB 109 9 250 -
CMYK 0.56 0.96 0 0.02
HSL 264.9º 0.96% 0.51% -
HSV(B) 264.9º 0.96% 0.98% -
XYZ 23.66 10.35 91.19 -
YUV 66.37 231.63 158.4 -
System Red Green Blue C M Y K H S L
Decimal 109 9 250 0.56 0.96 0 0.02 264.9 0.96 0.51
Hex 6D 9 FA 38 60 0 2 109 60 33
Octal 155 11 372 70 140 0 2 411 140 63
Binary 1101101 1001 11111010 111000 1100000 0 10 100001001 1100000 110011

Color Harmonies of #6D09FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D09FA

Black with #6D09FA

Text Example


Text Example

White with #6D09FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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