Html Css Color HEX #6109ED Electric Indigo

📋 copy color: '#6109ED'

red 97 ◦ green 9 ◦ blue 237

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

Shades of Electric Indigo #6109ED

Tints of Electric Indigo #6109ED

RGB

 RED value IS 97 (38.28% from 255) = 28.28%

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

 BLUE value IS 237 (92.97% from 255) = 69.1%

R = 28.28%
G = 2.62%
B = 69.1%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6109ED (or 0x6109ED) is known color: Electric Indigo. HEX triplet: 61, 09 and ED. RGB value is (97,9,237). Sum of RGB (Red+Green+Blue) = 97+9+237=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 237 (92.97% from 255 or 69.10% from 343); Max value from RGB is 237 - color contains mainly: blue. Hex color #6109ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6109ED is #9EF612. Grayscale: #3C3C3C. Windows color (decimal): -10417683 or 15534433. OLE color: 15534433.

HSL color Cylindrical-coordinate representation of color #6109ED: hue angle of 263.16º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6109ED is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 9 237 -
CMYK 0.59 0.96 0 0.07
HSL 263.16º 0.93% 0.48% -
HSV(B) 263.16º 0.96% 0.93% -
XYZ 20.31 8.85 80.76 -
YUV 61.3 227.15 153.46 -
System Red Green Blue C M Y K H S L
Decimal 97 9 237 0.59 0.96 0 0.07 263.16 0.93 0.48
Hex 61 9 ED 3B 60 0 7 107 5D 30
Octal 141 11 355 73 140 0 7 407 135 60
Binary 1100001 1001 11101101 111011 1100000 0 111 100000111 1011101 110000

Color Harmonies of #6109ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6109ED

Black with #6109ED

Text Example


Text Example

White with #6109ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6109ED; }

 p { color: rgb(97,9,237); }

 H1.HeaderClassName
 {
   color: #6109ED;
 }
 .AnyTagClassName
 {
   color: #6109ED;
 }
</style>

background-color css

<style>
 a { background-color: #6109ED; }

 a { background-color: rgb(97,9,237); }

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

border-color css

<style>
 span { border-color: #6109ED; }

 span { border-color: rgb(97,9,237); }

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