#606B5A

Color #606B5A Axolotl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Axolotl #606B5A

Tints of Axolotl #606B5A

Color information

#606B5A (or 0x606B5A) is unknown color: approx Axolotl. HEX triplet: 60, 6B and 5A. RGB value is (96,107,90). Sum of RGB (Red+Green+Blue) = 96+107+90=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 107 - color contains mainly: green. Hex color #606B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B5A is #9F94A5. Grayscale: #656565. Windows color (decimal): -10458278 or 5925728. OLE color: 5925728.

HSL color Cylindrical-coordinate representation of color #606B5A: hue angle of 98.82º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #606B5A is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB9610790-
CMYK0.1000.160.58
HSL98.82º8.63%38.63%-
HSV(B)98.82º15.89%41.96%-
XYZ11.9313.7411.7-
YUV101.77121.36123.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.76%
GREEN value IS 107 (42.19% from 255) = 36.52%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=32.76%
G=36.52%
B=30.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96107900.1000.160.5898.828.6338.63
Hex606B5AA0103A63927
Octal14015313212020721431147
Binary110000011010111011010101001000011101011000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606B5A; }

 p { color: rgb(96,107,90); }

 H1.HeaderClassName
 {
   color: #606B5A;
 }
 .AnyTagClassName
 {
   color: #606B5A;
 }
</style>
background-color css

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

 a { background-color: rgb(96,107,90); }

 div.DivClassName
 {
   background-color: #606B5A;
 }
 .BgClassName
 {
   background-color: #606B5A;
 }
</style>
border-color css

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

 span { border-color: rgb(96,107,90); }

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