Html Css Color HEX #686068 Salt Box

📋 copy color: '#686068'

red 104 ◦ green 96 ◦ blue 104

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

Shades of Salt Box #686068

Tints of Salt Box #686068

RGB

 RED value IS 104 (41.02% from 255) = 34.21%

 GREEN value IS 96 (37.89% from 255) = 31.58%

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

R = 34.21%
G = 31.58%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#686068 (or 0x686068) is known color: Salt Box. HEX triplet: 68, 60 and 68. RGB value is (104,96,104). Sum of RGB (Red+Green+Blue) = 104+96+104=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #686068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686068 is #979F97. Grayscale: #636363. Windows color (decimal): -9936792 or 6840424. OLE color: 6840424.

HSL color Cylindrical-coordinate representation of color #686068: hue angle of 300º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #686068 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 96 104 -
CMYK 0 0.08 0 0.59
HSL 300º 0.04% 0.39% -
HSV(B) 300º 0.08% 0.41% -
XYZ 12.39 12.31 14.82 -
YUV 99.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 104 96 104 0 0.08 0 0.59 300 0.04 0.39
Hex 68 60 68 0 8 0 3B 12C 4 27
Octal 150 140 150 0 10 0 73 454 4 47
Binary 1101000 1100000 1101000 0 1000 0 111011 100101100 100 100111

Color Harmonies of #686068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686068

Black with #686068

Text Example


Text Example

White with #686068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686068; }

 p { color: rgb(104,96,104); }

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

background-color css

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

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

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

border-color css

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

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

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