Html Css Color HEX #6D7869 Xanadu

📋 copy color: '#6D7869'

red 109 ◦ green 120 ◦ blue 105

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

Shades of Xanadu #6D7869

Tints of Xanadu #6D7869

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.93%

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 32.63%
G = 35.93%
B = 31.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#6D7869 (or 0x6D7869) is known color: Xanadu. HEX triplet: 6D, 78 and 69. RGB value is (109,120,105). Sum of RGB (Red+Green+Blue) = 109+120+105=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 120 - color contains mainly: green. Hex color #6D7869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7869 is #928796. Grayscale: #737373. Windows color (decimal): -9602967 or 6912109. OLE color: 6912109.

HSL color Cylindrical-coordinate representation of color #6D7869: hue angle of 104º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6D7869 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 109 120 105 -
CMYK 0.09 0 0.13 0.53
HSL 104º 0.07% 0.44% -
HSV(B) 104º 0.13% 0.47% -
XYZ 15.57 17.7 15.96 -
YUV 115 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 109 120 105 0.09 0 0.13 0.53 104 0.07 0.44
Hex 6D 78 69 9 0 D 35 68 7 2C
Octal 155 170 151 11 0 15 65 150 7 54
Binary 1101101 1111000 1101001 1001 0 1101 110101 1101000 111 101100

Color Harmonies of #6D7869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7869

Black with #6D7869

Text Example


Text Example

White with #6D7869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,120,105); }

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

background-color css

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

 a { background-color: rgb(109,120,105); }

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

border-color css

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

 span { border-color: rgb(109,120,105); }

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