Html Css Color HEX #6F7D69 Xanadu

📋 copy color: '#6F7D69'

red 111 ◦ green 125 ◦ blue 105

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

Shades of Xanadu #6F7D69

Tints of Xanadu #6F7D69

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.66%

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

R = 32.55%
G = 36.66%
B = 30.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#6F7D69 (or 0x6F7D69) is known color: Xanadu. HEX triplet: 6F, 7D and 69. RGB value is (111,125,105). Sum of RGB (Red+Green+Blue) = 111+125+105=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 125 - color contains mainly: green. Hex color #6F7D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7D69 is #908296. Grayscale: #767676. Windows color (decimal): -9470615 or 6913391. OLE color: 6913391.

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

Color convert

RGB 111 125 105 -
CMYK 0.11 0 0.16 0.51
HSL 102º 0.09% 0.45% -
HSV(B) 102º 0.16% 0.49% -
XYZ 16.44 19.07 16.18 -
YUV 118.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 111 125 105 0.11 0 0.16 0.51 102 0.09 0.45
Hex 6F 7D 69 B 0 10 33 66 9 2D
Octal 157 175 151 13 0 20 63 146 11 55
Binary 1101111 1111101 1101001 1011 0 10000 110011 1100110 1001 101101

Color Harmonies of #6F7D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7D69

Black with #6F7D69

Text Example


Text Example

White with #6F7D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,125,105); }

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

background-color css

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

 a { background-color: rgb(111,125,105); }

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

border-color css

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

 span { border-color: rgb(111,125,105); }

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