Html Css Color HEX #6D7A69 Xanadu

📋 copy color: '#6D7A69'

red 109 ◦ green 122 ◦ blue 105

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

Shades of Xanadu #6D7A69

Tints of Xanadu #6D7A69

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.31%

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

R = 32.44%
G = 36.31%
B = 31.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.52

RGB Variations

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

Color information

#6D7A69 (or 0x6D7A69) is known color: Xanadu. HEX triplet: 6D, 7A and 69. RGB value is (109,122,105). Sum of RGB (Red+Green+Blue) = 109+122+105=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 122 - color contains mainly: green. Hex color #6D7A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7A69 is #928596. Grayscale: #747474. Windows color (decimal): -9602455 or 6912621. OLE color: 6912621.

HSL color Cylindrical-coordinate representation of color #6D7A69: hue angle of 105.88º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6D7A69 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB 109 122 105 -
CMYK 0.11 0 0.14 0.52
HSL 105.88º 0.07% 0.45% -
HSV(B) 105.88º 0.14% 0.48% -
XYZ 15.82 18.19 16.04 -
YUV 116.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 109 122 105 0.11 0 0.14 0.52 105.88 0.07 0.45
Hex 6D 7A 69 B 0 E 34 6A 7 2D
Octal 155 172 151 13 0 16 64 152 7 55
Binary 1101101 1111010 1101001 1011 0 1110 110100 1101010 111 101101

Color Harmonies of #6D7A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7A69

Black with #6D7A69

Text Example


Text Example

White with #6D7A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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