Html Css Color HEX #6F7B68 Xanadu

📋 copy color: '#6F7B68'

red 111 ◦ green 123 ◦ blue 104

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

Shades of Xanadu #6F7B68

Tints of Xanadu #6F7B68

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.39%

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

R = 32.84%
G = 36.39%
B = 30.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#6F7B68 (or 0x6F7B68) is known color: Xanadu. HEX triplet: 6F, 7B and 68. RGB value is (111,123,104). Sum of RGB (Red+Green+Blue) = 111+123+104=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 123 - color contains mainly: green. Hex color #6F7B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7B68 is #908497. Grayscale: #757575. Windows color (decimal): -9471128 or 6847343. OLE color: 6847343.

HSL color Cylindrical-coordinate representation of color #6F7B68: hue angle of 97.89º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6F7B68 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 111 123 104 -
CMYK 0.10 0 0.15 0.52
HSL 97.89º 0.08% 0.45% -
HSV(B) 97.89º 0.15% 0.48% -
XYZ 16.14 18.54 15.83 -
YUV 117.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 111 123 104 0.10 0 0.15 0.52 97.89 0.08 0.45
Hex 6F 7B 68 A 0 F 34 62 8 2D
Octal 157 173 150 12 0 17 64 142 10 55
Binary 1101111 1111011 1101000 1010 0 1111 110100 1100010 1000 101101

Color Harmonies of #6F7B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7B68

Black with #6F7B68

Text Example


Text Example

White with #6F7B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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