Html Css Color HEX #685066 Salt Box

📋 copy color: '#685066'

red 104 ◦ green 80 ◦ blue 102

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

Shades of Salt Box #685066

Tints of Salt Box #685066

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.97%

 BLUE value IS 102 (40.23% from 255) = 35.66%

R = 36.36%
G = 27.97%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#685066 (or 0x685066) is known color: Salt Box. HEX triplet: 68, 50 and 66. RGB value is (104,80,102). Sum of RGB (Red+Green+Blue) = 104+80+102=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #685066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685066 is #97AF99. Grayscale: #595959. Windows color (decimal): -9940890 or 6705256. OLE color: 6705256.

HSL color Cylindrical-coordinate representation of color #685066: hue angle of 305º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #685066 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 80 102 -
CMYK 0 0.23 0.02 0.59
HSL 305º 0.13% 0.36% -
HSV(B) 305º 0.23% 0.41% -
XYZ 10.98 9.64 13.85 -
YUV 89.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 104 80 102 0 0.23 0.02 0.59 305 0.13 0.36
Hex 68 50 66 0 17 2 3B 131 D 24
Octal 150 120 146 0 27 2 73 461 15 44
Binary 1101000 1010000 1100110 0 10111 10 111011 100110001 1101 100100

Color Harmonies of #685066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685066

Black with #685066

Text Example


Text Example

White with #685066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685066; }

 p { color: rgb(104,80,102); }

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

background-color css

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

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

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

border-color css

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

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

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