#6C7E68

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

Shades of Xanadu #6C7E68

Tints of Xanadu #6C7E68

Color information

#6C7E68 (or 0x6C7E68) is unknown color: approx Xanadu. HEX triplet: 6C, 7E and 68. RGB value is (108,126,104). Sum of RGB (Red+Green+Blue) = 108+126+104=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 126 - color contains mainly: green. Hex color #6C7E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7E68 is #938197. Grayscale: #767676. Windows color (decimal): -9666968 or 6848108. OLE color: 6848108.

HSL color Cylindrical-coordinate representation of color #6C7E68: hue angle of 109.09º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6C7E68 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB108126104-
CMYK0.1400.170.51
HSL109.09º9.57%45.1%-
HSV(B)109.09º17.46%49.41%-
XYZ16.1419.1115.93-
YUV118.11120.04120.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.95%
GREEN value IS 126 (49.61% from 255) = 37.28%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=31.95%
G=37.28%
B=30.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1081261040.1400.170.51109.099.5745.1
Hex6C7E68E011336da2d
Octal15417615016021631551255
Binary110110011111101101000111001000111001111011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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