#6A7167

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

Shades of Axolotl #6A7167

Tints of Axolotl #6A7167

Color information

#6A7167 (or 0x6A7167) is unknown color: approx Axolotl. HEX triplet: 6A, 71 and 67. RGB value is (106,113,103). Sum of RGB (Red+Green+Blue) = 106+113+103=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7167 is #958E98. Grayscale: #6D6D6D. Windows color (decimal): -9801369 or 6779242. OLE color: 6779242.

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

Color convert

RGB106113103-
CMYK0.0600.090.56
HSL102º4.63%42.35%-
HSV(B)102º8.85%44.31%-
XYZ14.315.8515.14-
YUV109.77124.18125.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.92%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 103 (40.62% from 255) = 31.99%
R=32.92%
G=35.09%
B=31.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1061131030.0600.090.561024.6342.35
Hex6A7167609386652a
Octal152161147601170146552
Binary110101011100011100111110010011110001100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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