#6E9063

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

Shades of Xanadu #6E9063

Tints of Xanadu #6E9063

Color information

#6E9063 (or 0x6E9063) is unknown color: approx Xanadu. HEX triplet: 6E, 90 and 63. RGB value is (110,144,99). Sum of RGB (Red+Green+Blue) = 110+144+99=353 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.16% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 144 - color contains mainly: green. Hex color #6E9063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9063 is #916F9C. Grayscale: #808080. Windows color (decimal): -9531293 or 6525038. OLE color: 6525038.

HSL color Cylindrical-coordinate representation of color #6E9063: hue angle of 105.33º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E9063 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB11014499-
CMYK0.2400.310.44
HSL105.33º18.52%47.65%-
HSV(B)105.33º31.25%56.47%-
XYZ18.6624.1615.48-
YUV128.7111.24114.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.16%
GREEN value IS 144 (56.64% from 255) = 40.79%
BLUE value IS 99 (39.06% from 255) = 28.05%
R=31.16%
G=40.79%
B=28.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal110144990.2400.310.44105.3318.5247.65
Hex6E90631801F2C691330
Octal15622014330037541512360
Binary110111010010000110001111000011111101100110100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,144,99); }

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

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

 a { background-color: rgb(110,144,99); }

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

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

 span { border-color: rgb(110,144,99); }

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