Html Css Color HEX #6F826C Xanadu

📋 copy color: '#6F826C'

red 111 ◦ green 130 ◦ blue 108

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

Shades of Xanadu #6F826C

Tints of Xanadu #6F826C

RGB

 RED value IS 111 (43.75% from 255) = 31.81%

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

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

R = 31.81%
G = 37.25%
B = 30.95%

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

#6F826C (or 0x6F826C) is known color: Xanadu. HEX triplet: 6F, 82 and 6C. RGB value is (111,130,108). Sum of RGB (Red+Green+Blue) = 111+130+108=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 130 - color contains mainly: green. Hex color #6F826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F826C is #907D93. Grayscale: #797979. Windows color (decimal): -9469332 or 7111279. OLE color: 7111279.

HSL color Cylindrical-coordinate representation of color #6F826C: hue angle of 111.82º 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 #6F826C is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 130 108 -
CMYK 0.15 0 0.17 0.49
HSL 111.82º 0.09% 0.47% -
HSV(B) 111.82º 0.17% 0.51% -
XYZ 17.24 20.43 17.22 -
YUV 121.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 111 130 108 0.15 0 0.17 0.49 111.82 0.09 0.47
Hex 6F 82 6C F 0 11 31 70 9 2F
Octal 157 202 154 17 0 21 61 160 11 57
Binary 1101111 10000010 1101100 1111 0 10001 110001 1110000 1001 101111

Color Harmonies of #6F826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F826C

Black with #6F826C

Text Example


Text Example

White with #6F826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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