#685D78

Color #685D78 Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #685D78

Tints of Kimberly #685D78

Color information

#685D78 (or 0x685D78) is unknown color: approx Kimberly. HEX triplet: 68, 5D and 78. RGB value is (104,93,120). Sum of RGB (Red+Green+Blue) = 104+93+120=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 120 - color contains mainly: blue. Hex color #685D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D78 is #97A287. Grayscale: #636363. Windows color (decimal): -9937544 or 7888232. OLE color: 7888232.

HSL color Cylindrical-coordinate representation of color #685D78: hue angle of 264.44º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #685D78 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10493120-
CMYK0.130.2200.53
HSL264.44º12.68%41.76%-
HSV(B)264.44º22.5%47.06%-
XYZ13.0112.1319.42-
YUV99.37139.64131.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 93 (36.72% from 255) = 29.34%
BLUE value IS 120 (47.27% from 255) = 37.85%
R=32.81%
G=29.34%
B=37.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104931200.130.2200.53264.4412.6841.76
Hex685D78D16035108d2a
Octal15013517015260654101552
Binary11010001011101111100011011011001101011000010001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685D78; }

 p { color: rgb(104,93,120); }

 H1.HeaderClassName
 {
   color: #685D78;
 }
 .AnyTagClassName
 {
   color: #685D78;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #685D78;
 }
 .BgClassName
 {
   background-color: #685D78;
 }
</style>
border-color css

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

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

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