#685A7B

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

Shades of Kimberly #685A7B

Tints of Kimberly #685A7B

Color information

#685A7B (or 0x685A7B) is unknown color: approx Kimberly. HEX triplet: 68, 5A and 7B. RGB value is (104,90,123). Sum of RGB (Red+Green+Blue) = 104+90+123=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 123 - color contains mainly: blue. Hex color #685A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A7B is #97A584. Grayscale: #616161. Windows color (decimal): -9938309 or 8084072. OLE color: 8084072.

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

Color convert

RGB10490123-
CMYK0.150.2700.52
HSL265.45º15.49%41.76%-
HSV(B)265.45º26.83%48.24%-
XYZ12.9411.6920.31-
YUV97.95142.14132.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 90 (35.55% from 255) = 28.39%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=32.81%
G=28.39%
B=38.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104901230.150.2700.52265.4515.4941.76
Hex685A7BF1B034109f2a
Octal15013217317330644111752
Binary11010001011010111101111111101101101001000010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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