#6C7A68

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

Shades of Xanadu #6C7A68

Tints of Xanadu #6C7A68

Color information

#6C7A68 (or 0x6C7A68) is unknown color: approx Xanadu. HEX triplet: 6C, 7A and 68. RGB value is (108,122,104). Sum of RGB (Red+Green+Blue) = 108+122+104=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 122 - color contains mainly: green. Hex color #6C7A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7A68 is #938597. Grayscale: #737373. Windows color (decimal): -9667992 or 6847084. OLE color: 6847084.

HSL color Cylindrical-coordinate representation of color #6C7A68: hue angle of 106.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6C7A68 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB108122104-
CMYK0.1100.150.52
HSL106.67º7.96%44.31%-
HSV(B)106.67º14.75%47.84%-
XYZ15.6418.1115.77-
YUV115.76121.36122.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.34%
GREEN value IS 122 (48.05% from 255) = 36.53%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=32.34%
G=36.53%
B=31.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1081221040.1100.150.52106.677.9644.31
Hex6C7A68B0F346b82c
Octal15417215013017641531054
Binary11011001111010110100010110111111010011010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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