Html Css Color HEX #6F7D68 Xanadu

📋 copy color: '#6F7D68'

red 111 ◦ green 125 ◦ blue 104

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

Shades of Xanadu #6F7D68

Tints of Xanadu #6F7D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 32.65%
G = 36.76%
B = 30.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#6F7D68 (or 0x6F7D68) is known color: Xanadu. HEX triplet: 6F, 7D and 68. RGB value is (111,125,104). Sum of RGB (Red+Green+Blue) = 111+125+104=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 125 - color contains mainly: green. Hex color #6F7D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7D68 is #908297. Grayscale: #767676. Windows color (decimal): -9470616 or 6847855. OLE color: 6847855.

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

Color convert

RGB 111 125 104 -
CMYK 0.11 0 0.17 0.51
HSL 100º 0.09% 0.45% -
HSV(B) 100º 0.17% 0.49% -
XYZ 16.39 19.05 15.91 -
YUV 118.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 111 125 104 0.11 0 0.17 0.51 100 0.09 0.45
Hex 6F 7D 68 B 0 11 33 64 9 2D
Octal 157 175 150 13 0 21 63 144 11 55
Binary 1101111 1111101 1101000 1011 0 10001 110011 1100100 1001 101101

Color Harmonies of #6F7D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7D68

Black with #6F7D68

Text Example


Text Example

White with #6F7D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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