Html Css Color HEX #610690 Indigo

📋 copy color: '#610690'

red 97 ◦ green 6 ◦ blue 144

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

Shades of Indigo #610690

Tints of Indigo #610690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 58.3%

R = 39.27%
G = 2.43%
B = 58.3%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#610690 (or 0x610690) is known color: Indigo. HEX triplet: 61, 06 and 90. RGB value is (97,6,144). Sum of RGB (Red+Green+Blue) = 97+6+144=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #610690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610690 is #9EF96F. Grayscale: #303030. Windows color (decimal): -10418544 or 9438817. OLE color: 9438817.

HSL color Cylindrical-coordinate representation of color #610690: hue angle of 279.57º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610690 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 6 144 -
CMYK 0.33 0.96 0 0.44
HSL 279.57º 0.92% 0.29% -
HSV(B) 279.57º 0.96% 0.56% -
XYZ 10.03 4.69 26.76 -
YUV 48.94 181.65 162.28 -
System Red Green Blue C M Y K H S L
Decimal 97 6 144 0.33 0.96 0 0.44 279.57 0.92 0.29
Hex 61 6 90 21 60 0 2C 118 5C 1D
Octal 141 6 220 41 140 0 54 430 134 35
Binary 1100001 110 10010000 100001 1100000 0 101100 100011000 1011100 11101

Color Harmonies of #610690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610690

Black with #610690

Text Example


Text Example

White with #610690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610690; }

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

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

background-color css

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

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

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

border-color css

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

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

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