Html Css Color HEX #6E7869 Xanadu

📋 copy color: '#6E7869'

red 110 ◦ green 120 ◦ blue 105

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

Shades of Xanadu #6E7869

Tints of Xanadu #6E7869

RGB

 RED value IS 110 (43.36% from 255) = 32.84%

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

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

R = 32.84%
G = 35.82%
B = 31.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#6E7869 (or 0x6E7869) is known color: Xanadu. HEX triplet: 6E, 78 and 69. RGB value is (110,120,105). Sum of RGB (Red+Green+Blue) = 110+120+105=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 120 - color contains mainly: green. Hex color #6E7869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7869 is #918796. Grayscale: #737373. Windows color (decimal): -9537431 or 6912110. OLE color: 6912110.

HSL color Cylindrical-coordinate representation of color #6E7869: hue angle of 100º 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 #6E7869 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 120 105 -
CMYK 0.08 0 0.13 0.53
HSL 100º 0.07% 0.44% -
HSV(B) 100º 0.13% 0.47% -
XYZ 15.7 17.77 15.97 -
YUV 115.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 110 120 105 0.08 0 0.13 0.53 100 0.07 0.44
Hex 6E 78 69 8 0 D 35 64 7 2C
Octal 156 170 151 10 0 15 65 144 7 54
Binary 1101110 1111000 1101001 1000 0 1101 110101 1100100 111 101100

Color Harmonies of #6E7869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7869

Black with #6E7869

Text Example


Text Example

White with #6E7869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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