Html Css Color HEX #6E826C Xanadu

📋 copy color: '#6E826C'

red 110 ◦ green 130 ◦ blue 108

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

Shades of Xanadu #6E826C

Tints of Xanadu #6E826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.36%

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 31.61%
G = 37.36%
B = 31.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#6E826C (or 0x6E826C) is known color: Xanadu. HEX triplet: 6E, 82 and 6C. RGB value is (110,130,108). Sum of RGB (Red+Green+Blue) = 110+130+108=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 130 - color contains mainly: green. Hex color #6E826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E826C is #917D93. Grayscale: #797979. Windows color (decimal): -9534868 or 7111278. OLE color: 7111278.

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

Color convert

RGB 110 130 108 -
CMYK 0.15 0 0.17 0.49
HSL 114.55º 0.09% 0.47% -
HSV(B) 114.55º 0.17% 0.51% -
XYZ 17.12 20.36 17.22 -
YUV 121.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 110 130 108 0.15 0 0.17 0.49 114.55 0.09 0.47
Hex 6E 82 6C F 0 11 31 73 9 2F
Octal 156 202 154 17 0 21 61 163 11 57
Binary 1101110 10000010 1101100 1111 0 10001 110001 1110011 1001 101111

Color Harmonies of #6E826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E826C

Black with #6E826C

Text Example


Text Example

White with #6E826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,130,108); }

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

background-color css

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

 a { background-color: rgb(110,130,108); }

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

border-color css

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

 span { border-color: rgb(110,130,108); }

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