Html Css Color HEX #6107DE Electric Indigo

📋 copy color: '#6107DE'

red 97 ◦ green 7 ◦ blue 222

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

Shades of Electric Indigo #6107DE

Tints of Electric Indigo #6107DE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.15%

 BLUE value IS 222 (87.11% from 255) = 68.1%

R = 29.75%
G = 2.15%
B = 68.1%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6107DE (or 0x6107DE) is known color: Electric Indigo. HEX triplet: 61, 07 and DE. RGB value is (97,7,222). Sum of RGB (Red+Green+Blue) = 97+7+222=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 222 (87.11% from 255 or 68.10% from 326); Max value from RGB is 222 - color contains mainly: blue. Hex color #6107DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6107DE is #9EF821. Grayscale: #393939. Windows color (decimal): -10418210 or 14550881. OLE color: 14550881.

HSL color Cylindrical-coordinate representation of color #6107DE: hue angle of 265.12º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6107DE is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 7 222 -
CMYK 0.56 0.97 0 0.13
HSL 265.12º 0.94% 0.45% -
HSV(B) 265.12º 0.97% 0.87% -
XYZ 18.19 7.97 69.69 -
YUV 58.42 220.32 155.52 -
System Red Green Blue C M Y K H S L
Decimal 97 7 222 0.56 0.97 0 0.13 265.12 0.94 0.45
Hex 61 7 DE 38 61 0 D 109 5E 2D
Octal 141 7 336 70 141 0 15 411 136 55
Binary 1100001 111 11011110 111000 1100001 0 1101 100001001 1011110 101101

Color Harmonies of #6107DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6107DE

Black with #6107DE

Text Example


Text Example

White with #6107DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6107DE; }

 p { color: rgb(97,7,222); }

 H1.HeaderClassName
 {
   color: #6107DE;
 }
 .AnyTagClassName
 {
   color: #6107DE;
 }
</style>

background-color css

<style>
 a { background-color: #6107DE; }

 a { background-color: rgb(97,7,222); }

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

border-color css

<style>
 span { border-color: #6107DE; }

 span { border-color: rgb(97,7,222); }

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