#685D7B

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

Shades of Kimberly #685D7B

Tints of Kimberly #685D7B

Color information

#685D7B (or 0x685D7B) is unknown color: approx Kimberly. HEX triplet: 68, 5D and 7B. RGB value is (104,93,123). Sum of RGB (Red+Green+Blue) = 104+93+123=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 123 - color contains mainly: blue. Hex color #685D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D7B is #97A284. Grayscale: #636363. Windows color (decimal): -9937541 or 8084840. OLE color: 8084840.

HSL color Cylindrical-coordinate representation of color #685D7B: hue angle of 262º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #685D7B is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10493123-
CMYK0.150.2400.52
HSL262º13.89%42.35%-
HSV(B)262º24.39%48.24%-
XYZ13.212.220.4-
YUV99.71141.14131.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 93 (36.72% from 255) = 29.06%
BLUE value IS 123 (48.44% from 255) = 38.44%
R=32.5%
G=29.06%
B=38.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104931230.150.2400.5226213.8942.35
Hex685D7BF18034106e2a
Octal15013517317300644061652
Binary11010001011101111101111111100001101001000001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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