#685B86

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

Shades of Kimberly #685B86

Tints of Kimberly #685B86

Color information

#685B86 (or 0x685B86) is unknown color: approx Kimberly. HEX triplet: 68, 5B and 86. RGB value is (104,91,134). Sum of RGB (Red+Green+Blue) = 104+91+134=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 134 - color contains mainly: blue. Hex color #685B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685B86 is #97A479. Grayscale: #636363. Windows color (decimal): -9938042 or 8805224. OLE color: 8805224.

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

Color convert

RGB10491134-
CMYK0.220.3200.47
HSL258.14º19.11%44.12%-
HSV(B)258.14º32.09%52.55%-
XYZ13.7512.1524.17-
YUV99.79147.31131-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.61%
GREEN value IS 91 (35.94% from 255) = 27.66%
BLUE value IS 134 (52.73% from 255) = 40.73%
R=31.61%
G=27.66%
B=40.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104911340.220.3200.47258.1419.1144.12
Hex685B86162002F102132c
Octal15013320626400574022354
Binary110100010110111000011010110100000010111110000001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,91,134); }

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

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

 a { background-color: rgb(104,91,134); }

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

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

 span { border-color: rgb(104,91,134); }

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