#6E8E6A

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

Shades of Xanadu #6E8E6A

Tints of Xanadu #6E8E6A

Color information

#6E8E6A (or 0x6E8E6A) is unknown color: approx Xanadu. HEX triplet: 6E, 8E and 6A. RGB value is (110,142,106). Sum of RGB (Red+Green+Blue) = 110+142+106=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 142 - color contains mainly: green. Hex color #6E8E6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8E6A is #917195. Grayscale: #808080. Windows color (decimal): -9531798 or 6983278. OLE color: 6983278.

HSL color Cylindrical-coordinate representation of color #6E8E6A: hue angle of 113.33º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E8E6A is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB110142106-
CMYK0.2300.250.44
HSL113.33º14.52%48.63%-
HSV(B)113.33º25.35%55.69%-
XYZ18.723.717.22-
YUV128.33115.4114.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.73%
GREEN value IS 142 (55.86% from 255) = 39.66%
BLUE value IS 106 (41.80% from 255) = 29.61%
R=30.73%
G=39.66%
B=29.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1101421060.2300.250.44113.3314.5248.63
Hex6E8E6A170192C71f31
Octal15621615227031541611761
Binary11011101000111011010101011101100110110011100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,142,106); }

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

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

 a { background-color: rgb(110,142,106); }

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

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

 span { border-color: rgb(110,142,106); }

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