#6E806C

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

Shades of Xanadu #6E806C

Tints of Xanadu #6E806C

Color information

#6E806C (or 0x6E806C) is unknown color: approx Xanadu. HEX triplet: 6E, 80 and 6C. RGB value is (110,128,108). Sum of RGB (Red+Green+Blue) = 110+128+108=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 128 - color contains mainly: green. Hex color #6E806C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E806C is #917F93. Grayscale: #787878. Windows color (decimal): -9535380 or 7110766. OLE color: 7110766.

HSL color Cylindrical-coordinate representation of color #6E806C: hue angle of 114º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E806C is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB110128108-
CMYK0.1400.160.50
HSL114º8.47%46.27%-
HSV(B)114º15.62%50.2%-
XYZ16.8619.8417.13-
YUV120.34121.04120.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.79%
GREEN value IS 128 (50.39% from 255) = 36.99%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=31.79%
G=36.99%
B=31.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1101281080.1400.160.501148.4746.27
Hex6E806CE010327282e
Octal15620015416020621621056
Binary1101110100000001101100111001000011001011100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,128,108); }

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

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

 a { background-color: rgb(110,128,108); }

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

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

 span { border-color: rgb(110,128,108); }

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