Html Css Color HEX #616A5B Axolotl

📋 copy color: '#616A5B'

red 97 ◦ green 106 ◦ blue 91

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

Shades of Axolotl #616A5B

Tints of Axolotl #616A5B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.05%

 BLUE value IS 91 (35.94% from 255) = 30.95%

R = 32.99%
G = 36.05%
B = 30.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#616A5B (or 0x616A5B) is known color: Axolotl. HEX triplet: 61, 6A and 5B. RGB value is (97,106,91). Sum of RGB (Red+Green+Blue) = 97+106+91=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 106 - color contains mainly: green. Hex color #616A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A5B is #9E95A4. Grayscale: #656565. Windows color (decimal): -10392997 or 5991009. OLE color: 5991009.

HSL color Cylindrical-coordinate representation of color #616A5B: hue angle of 96º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #616A5B is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 106 91 -
CMYK 0.08 0 0.14 0.58
HSL 96º 0.08% 0.39% -
HSV(B) 96º 0.14% 0.42% -
XYZ 11.97 13.6 11.89 -
YUV 101.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 97 106 91 0.08 0 0.14 0.58 96 0.08 0.39
Hex 61 6A 5B 8 0 E 3A 60 8 27
Octal 141 152 133 10 0 16 72 140 10 47
Binary 1100001 1101010 1011011 1000 0 1110 111010 1100000 1000 100111

Color Harmonies of #616A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616A5B

Black with #616A5B

Text Example


Text Example

White with #616A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616A5B; }

 p { color: rgb(97,106,91); }

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

background-color css

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

 a { background-color: rgb(97,106,91); }

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

border-color css

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

 span { border-color: rgb(97,106,91); }

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