Html Css Color HEX #610675 Indigo

📋 copy color: '#610675'

red 97 ◦ green 6 ◦ blue 117

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

Shades of Indigo #610675

Tints of Indigo #610675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.73%

 BLUE value IS 117 (46.09% from 255) = 53.18%

R = 44.09%
G = 2.73%
B = 53.18%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#610675 (or 0x610675) is known color: Indigo. HEX triplet: 61, 06 and 75. RGB value is (97,6,117). Sum of RGB (Red+Green+Blue) = 97+6+117=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #610675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610675 is #9EF98A. Grayscale: #2D2D2D. Windows color (decimal): -10418571 or 7669345. OLE color: 7669345.

HSL color Cylindrical-coordinate representation of color #610675: hue angle of 289.19º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610675 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 6 117 -
CMYK 0.17 0.95 0 0.54
HSL 289.19º 0.9% 0.24% -
HSV(B) 289.19º 0.95% 0.46% -
XYZ 8.21 3.96 17.16 -
YUV 45.86 168.15 164.47 -
System Red Green Blue C M Y K H S L
Decimal 97 6 117 0.17 0.95 0 0.54 289.19 0.9 0.24
Hex 61 6 75 11 5F 0 36 121 5A 18
Octal 141 6 165 21 137 0 66 441 132 30
Binary 1100001 110 1110101 10001 1011111 0 110110 100100001 1011010 11000

Color Harmonies of #610675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610675

Black with #610675

Text Example


Text Example

White with #610675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610675; }

 p { color: rgb(97,6,117); }

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

background-color css

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

 a { background-color: rgb(97,6,117); }

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

border-color css

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

 span { border-color: rgb(97,6,117); }

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