#6E7C68

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

Shades of Xanadu #6E7C68

Tints of Xanadu #6E7C68

Color information

#6E7C68 (or 0x6E7C68) is unknown color: approx Xanadu. HEX triplet: 6E, 7C and 68. RGB value is (110,124,104). Sum of RGB (Red+Green+Blue) = 110+124+104=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 124 - color contains mainly: green. Hex color #6E7C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7C68 is #918397. Grayscale: #757575. Windows color (decimal): -9536408 or 6847598. OLE color: 6847598.

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

Color convert

RGB110124104-
CMYK0.1100.160.51
HSL102º8.77%44.71%-
HSV(B)102º16.13%48.63%-
XYZ16.1418.7315.86-
YUV117.53120.36122.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.54%
GREEN value IS 124 (48.83% from 255) = 36.69%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=32.54%
G=36.69%
B=30.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1101241040.1100.160.511028.7744.71
Hex6E7C68B010336692d
Octal15617415013020631461155
Binary110111011111001101000101101000011001111001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,124,104); }

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

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

 a { background-color: rgb(110,124,104); }

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

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

 span { border-color: rgb(110,124,104); }

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