Html Css Color HEX #6E806C Xanadu

📋 copy color: '#6E806C'

red 110 ◦ green 128 ◦ blue 108

#6E806C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Xanadu #6E806C

Tints of Xanadu #6E806C

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 value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#6E806C (or 0x6E806C) is known color: 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

RGB 110 128 108 -
CMYK 0.14 0 0.16 0.50
HSL 114º 0.08% 0.46% -
HSV(B) 114º 0.16% 0.5% -
XYZ 16.86 19.84 17.13 -
YUV 120.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 110 128 108 0.14 0 0.16 0.50 114 0.08 0.46
Hex 6E 80 6C E 0 10 32 72 8 2E
Octal 156 200 154 16 0 20 62 162 10 56
Binary 1101110 10000000 1101100 1110 0 10000 110010 1110010 1000 101110

Color Harmonies of #6E806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E806C

Black with #6E806C

Text Example


Text Example

White with #6E806C

Text Example


Text Example

HTML Codes & Css Web 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>