Html Css Color HEX #610692 Indigo

📋 copy color: '#610692'

red 97 ◦ green 6 ◦ blue 146

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

Shades of Indigo #610692

Tints of Indigo #610692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.63%

R = 38.96%
G = 2.41%
B = 58.63%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#610692 (or 0x610692) is known color: Indigo. HEX triplet: 61, 06 and 92. RGB value is (97,6,146). Sum of RGB (Red+Green+Blue) = 97+6+146=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #610692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610692 is #9EF96D. Grayscale: #303030. Windows color (decimal): -10418542 or 9569889. OLE color: 9569889.

HSL color Cylindrical-coordinate representation of color #610692: hue angle of 279º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610692 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 6 146 -
CMYK 0.34 0.96 0 0.43
HSL 279º 0.92% 0.3% -
HSV(B) 279º 0.96% 0.57% -
XYZ 10.18 4.75 27.57 -
YUV 49.17 182.65 162.12 -
System Red Green Blue C M Y K H S L
Decimal 97 6 146 0.34 0.96 0 0.43 279 0.92 0.3
Hex 61 6 92 22 60 0 2B 117 5C 1E
Octal 141 6 222 42 140 0 53 427 134 36
Binary 1100001 110 10010010 100010 1100000 0 101011 100010111 1011100 11110

Color Harmonies of #610692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610692

Black with #610692

Text Example


Text Example

White with #610692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610692; }

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

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

background-color css

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

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

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

border-color css

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

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

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