Html Css Color HEX #6100DB Electric Indigo

📋 copy color: '#6100DB'

red 97 ◦ green 0 ◦ blue 219

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

Shades of Electric Indigo #6100DB

Tints of Electric Indigo #6100DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 30.7%
G = 0%
B = 69.3%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6100DB (or 0x6100DB) is known color: Electric Indigo. HEX triplet: 61, 00 and DB. RGB value is (97,0,219). Sum of RGB (Red+Green+Blue) = 97+0+219=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #6100DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6100DB is #9EFF24. Grayscale: #353535. Windows color (decimal): -10420005 or 14352481. OLE color: 14352481.

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

Color convert

RGB 97 0 219 -
CMYK 0.56 1 0 0.14
HSL 266.58º 1% 0.43% -
HSV(B) 266.58º 1% 0.86% -
XYZ 17.72 7.66 67.56 -
YUV 53.97 221.14 158.69 -
System Red Green Blue C M Y K H S L
Decimal 97 0 219 0.56 1 0 0.14 266.58 1 0.43
Hex 61 0 DB 38 64 0 E 10B 64 2B
Octal 141 0 333 70 144 0 16 413 144 53
Binary 1100001 0 11011011 111000 1100100 0 1110 100001011 1100100 101011

Color Harmonies of #6100DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6100DB

Black with #6100DB

Text Example


Text Example

White with #6100DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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