Html Css Color HEX #685366 Salt Box

📋 copy color: '#685366'

red 104 ◦ green 83 ◦ blue 102

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

Shades of Salt Box #685366

Tints of Salt Box #685366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.72%

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

R = 35.99%
G = 28.72%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#685366 (or 0x685366) is known color: Salt Box. HEX triplet: 68, 53 and 66. RGB value is (104,83,102). Sum of RGB (Red+Green+Blue) = 104+83+102=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 104 - color contains mainly: red. Hex color #685366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685366 is #97AC99. Grayscale: #5B5B5B. Windows color (decimal): -9940122 or 6706024. OLE color: 6706024.

HSL color Cylindrical-coordinate representation of color #685366: hue angle of 305.71º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #685366 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 83 102 -
CMYK 0 0.20 0.02 0.59
HSL 305.71º 0.11% 0.37% -
HSV(B) 305.71º 0.2% 0.41% -
XYZ 11.2 10.09 13.93 -
YUV 91.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 104 83 102 0 0.20 0.02 0.59 305.71 0.11 0.37
Hex 68 53 66 0 14 2 3B 132 B 25
Octal 150 123 146 0 24 2 73 462 13 45
Binary 1101000 1010011 1100110 0 10100 10 111011 100110010 1011 100101

Color Harmonies of #685366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685366

Black with #685366

Text Example


Text Example

White with #685366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685366; }

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

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

background-color css

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

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

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

border-color css

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

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

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