Html Css Color HEX #6109DB Electric Indigo

📋 copy color: '#6109DB'

red 97 ◦ green 9 ◦ blue 219

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

Shades of Electric Indigo #6109DB

Tints of Electric Indigo #6109DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 67.38%

R = 29.85%
G = 2.77%
B = 67.38%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6109DB (or 0x6109DB) is known color: Electric Indigo. HEX triplet: 61, 09 and DB. RGB value is (97,9,219). Sum of RGB (Red+Green+Blue) = 97+9+219=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #6109DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6109DB is #9EF624. Grayscale: #3A3A3A. Windows color (decimal): -10417701 or 14354785. OLE color: 14354785.

HSL color Cylindrical-coordinate representation of color #6109DB: hue angle of 265.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6109DB is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 9 219 -
CMYK 0.56 0.96 0 0.14
HSL 265.14º 0.92% 0.45% -
HSV(B) 265.14º 0.96% 0.86% -
XYZ 17.81 7.85 67.59 -
YUV 59.25 218.15 154.92 -
System Red Green Blue C M Y K H S L
Decimal 97 9 219 0.56 0.96 0 0.14 265.14 0.92 0.45
Hex 61 9 DB 38 60 0 E 109 5C 2D
Octal 141 11 333 70 140 0 16 411 134 55
Binary 1100001 1001 11011011 111000 1100000 0 1110 100001001 1011100 101101

Color Harmonies of #6109DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6109DB

Black with #6109DB

Text Example


Text Example

White with #6109DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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