Html Css Color HEX #610FF6 Electric Indigo

📋 copy color: '#610FF6'

red 97 ◦ green 15 ◦ blue 246

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

Shades of Electric Indigo #610FF6

Tints of Electric Indigo #610FF6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.19%

 BLUE value IS 246 (96.48% from 255) = 68.72%

R = 27.09%
G = 4.19%
B = 68.72%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#610FF6 (or 0x610FF6) is known color: Electric Indigo. HEX triplet: 61, 0F and F6. RGB value is (97,15,246). Sum of RGB (Red+Green+Blue) = 97+15+246=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 246 (96.48% from 255 or 68.72% from 358); Max value from RGB is 246 - color contains mainly: blue. Hex color #610FF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610FF6 is #9EF009. Grayscale: #414141. Windows color (decimal): -10416138 or 16125793. OLE color: 16125793.

HSL color Cylindrical-coordinate representation of color #610FF6: hue angle of 261.3º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610FF6 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 97 15 246 -
CMYK 0.61 0.94 0 0.04
HSL 261.3º 0.93% 0.51% -
HSV(B) 261.3º 0.94% 0.96% -
XYZ 21.74 9.54 87.88 -
YUV 65.85 229.67 150.22 -
System Red Green Blue C M Y K H S L
Decimal 97 15 246 0.61 0.94 0 0.04 261.3 0.93 0.51
Hex 61 F F6 3D 5E 0 4 105 5D 33
Octal 141 17 366 75 136 0 4 405 135 63
Binary 1100001 1111 11110110 111101 1011110 0 100 100000101 1011101 110011

Color Harmonies of #610FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FF6

Black with #610FF6

Text Example


Text Example

White with #610FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610FF6; }

 p { color: rgb(97,15,246); }

 H1.HeaderClassName
 {
   color: #610FF6;
 }
 .AnyTagClassName
 {
   color: #610FF6;
 }
</style>

background-color css

<style>
 a { background-color: #610FF6; }

 a { background-color: rgb(97,15,246); }

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

border-color css

<style>
 span { border-color: #610FF6; }

 span { border-color: rgb(97,15,246); }

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