Html Css Color HEX #6D7E68 Xanadu

📋 copy color: '#6D7E68'

red 109 ◦ green 126 ◦ blue 104

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

Shades of Xanadu #6D7E68

Tints of Xanadu #6D7E68

RGB

 RED value IS 109 (42.97% from 255) = 32.15%

 GREEN value IS 126 (49.61% from 255) = 37.17%

 BLUE value IS 104 (41.02% from 255) = 30.68%

R = 32.15%
G = 37.17%
B = 30.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#6D7E68 (or 0x6D7E68) is known color: Xanadu. HEX triplet: 6D, 7E and 68. RGB value is (109,126,104). Sum of RGB (Red+Green+Blue) = 109+126+104=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 126 - color contains mainly: green. Hex color #6D7E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7E68 is #928197. Grayscale: #767676. Windows color (decimal): -9601432 or 6848109. OLE color: 6848109.

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

Color convert

RGB 109 126 104 -
CMYK 0.13 0 0.17 0.51
HSL 106.36º 0.1% 0.45% -
HSV(B) 106.36º 0.17% 0.49% -
XYZ 16.27 19.17 15.94 -
YUV 118.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 109 126 104 0.13 0 0.17 0.51 106.36 0.1 0.45
Hex 6D 7E 68 D 0 11 33 6A A 2D
Octal 155 176 150 15 0 21 63 152 12 55
Binary 1101101 1111110 1101000 1101 0 10001 110011 1101010 1010 101101

Color Harmonies of #6D7E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7E68

Black with #6D7E68

Text Example


Text Example

White with #6D7E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,126,104); }

 H1.HeaderClassName
 {
   color: #6D7E68;
 }
 .AnyTagClassName
 {
   color: #6D7E68;
 }
</style>

background-color css

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

 a { background-color: rgb(109,126,104); }

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

border-color css

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

 span { border-color: rgb(109,126,104); }

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