#6C7668

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

Shades of Axolotl #6C7668

Tints of Axolotl #6C7668

Color information

#6C7668 (or 0x6C7668) is unknown color: approx Axolotl. HEX triplet: 6C, 76 and 68. RGB value is (108,118,104). Sum of RGB (Red+Green+Blue) = 108+118+104=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 118 - color contains mainly: green. Hex color #6C7668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7668 is #938997. Grayscale: #717171. Windows color (decimal): -9669016 or 6846060. OLE color: 6846060.

HSL color Cylindrical-coordinate representation of color #6C7668: hue angle of 102.86º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C7668 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB108118104-
CMYK0.0800.120.54
HSL102.86º6.31%43.53%-
HSV(B)102.86º11.86%46.27%-
XYZ15.1617.1415.61-
YUV113.41122.69124.14-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.73%
GREEN value IS 118 (46.48% from 255) = 35.76%
BLUE value IS 104 (41.02% from 255) = 31.52%
R=32.73%
G=35.76%
B=31.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1081181040.0800.120.54102.866.3143.53
Hex6C766880C366762c
Octal1541661501001466147654
Binary1101100111011011010001000011001101101100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,118,104); }

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

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

 a { background-color: rgb(108,118,104); }

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

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

 span { border-color: rgb(108,118,104); }

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