Html Css Color HEX #6D7D68 Xanadu

📋 copy color: '#6D7D68'

red 109 ◦ green 125 ◦ blue 104

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

Shades of Xanadu #6D7D68

Tints of Xanadu #6D7D68

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.98%

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

R = 32.25%
G = 36.98%
B = 30.77%

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

#6D7D68 (or 0x6D7D68) is known color: Xanadu. HEX triplet: 6D, 7D and 68. RGB value is (109,125,104). Sum of RGB (Red+Green+Blue) = 109+125+104=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 125 - color contains mainly: green. Hex color #6D7D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7D68 is #928297. Grayscale: #757575. Windows color (decimal): -9601688 or 6847853. OLE color: 6847853.

HSL color Cylindrical-coordinate representation of color #6D7D68: hue angle of 105.71º degrees, saturation: 0.09, 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 #6D7D68 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 109 125 104 -
CMYK 0.13 0 0.17 0.51
HSL 105.71º 0.09% 0.45% -
HSV(B) 105.71º 0.17% 0.49% -
XYZ 16.14 18.92 15.9 -
YUV 117.82 120.2 121.71 -
System Red Green Blue C M Y K H S L
Decimal 109 125 104 0.13 0 0.17 0.51 105.71 0.09 0.45
Hex 6D 7D 68 D 0 11 33 6A 9 2D
Octal 155 175 150 15 0 21 63 152 11 55
Binary 1101101 1111101 1101000 1101 0 10001 110011 1101010 1001 101101

Color Harmonies of #6D7D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7D68

Black with #6D7D68

Text Example


Text Example

White with #6D7D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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