#6A7067

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

Shades of Axolotl #6A7067

Tints of Axolotl #6A7067

Color information

#6A7067 (or 0x6A7067) is unknown color: approx Axolotl. HEX triplet: 6A, 70 and 67. RGB value is (106,112,103). Sum of RGB (Red+Green+Blue) = 106+112+103=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 112 - color contains mainly: green. Hex color #6A7067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7067 is #958F98. Grayscale: #6D6D6D. Windows color (decimal): -9801625 or 6778986. OLE color: 6778986.

HSL color Cylindrical-coordinate representation of color #6A7067: hue angle of 100º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6A7067 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB106112103-
CMYK0.0500.080.56
HSL100º4.19%42.16%-
HSV(B)100º8.04%43.92%-
XYZ14.1915.6315.1-
YUV109.18124.51125.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.02%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 103 (40.62% from 255) = 32.09%
R=33.02%
G=34.89%
B=32.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1061121030.0500.080.561004.1942.16
Hex6A7067508386442a
Octal152160147501070144452
Binary110101011100001100111101010001110001100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A7067; }

 p { color: rgb(106,112,103); }

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

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

 a { background-color: rgb(106,112,103); }

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

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

 span { border-color: rgb(106,112,103); }

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