Html Css Color HEX #685865 Salt Box

📋 copy color: '#685865'

red 104 ◦ green 88 ◦ blue 101

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

Shades of Salt Box #685865

Tints of Salt Box #685865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.03%

 BLUE value IS 101 (39.84% from 255) = 34.47%

R = 35.49%
G = 30.03%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#685865 (or 0x685865) is known color: Salt Box. HEX triplet: 68, 58 and 65. RGB value is (104,88,101). Sum of RGB (Red+Green+Blue) = 104+88+101=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 104 - color contains mainly: red. Hex color #685865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685865 is #97A79A. Grayscale: #5E5E5E. Windows color (decimal): -9938843 or 6641768. OLE color: 6641768.

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

Color convert

RGB 104 88 101 -
CMYK 0 0.15 0.03 0.59
HSL 311.25º 0.08% 0.38% -
HSV(B) 311.25º 0.15% 0.41% -
XYZ 11.55 10.86 13.8 -
YUV 94.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 104 88 101 0 0.15 0.03 0.59 311.25 0.08 0.38
Hex 68 58 65 0 F 3 3B 137 8 26
Octal 150 130 145 0 17 3 73 467 10 46
Binary 1101000 1011000 1100101 0 1111 11 111011 100110111 1000 100110

Color Harmonies of #685865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685865

Black with #685865

Text Example


Text Example

White with #685865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685865; }

 p { color: rgb(104,88,101); }

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

background-color css

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

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

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

border-color css

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

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

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