#685E7B

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

Shades of Kimberly #685E7B

Tints of Kimberly #685E7B

Color information

#685E7B (or 0x685E7B) is unknown color: approx Kimberly. HEX triplet: 68, 5E and 7B. RGB value is (104,94,123). Sum of RGB (Red+Green+Blue) = 104+94+123=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #685E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E7B is #97A184. Grayscale: #646464. Windows color (decimal): -9937285 or 8085096. OLE color: 8085096.

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

Color convert

RGB10494123-
CMYK0.150.2400.52
HSL260.69º13.36%42.55%-
HSV(B)260.69º23.58%48.24%-
XYZ13.2912.3820.43-
YUV100.3140.81130.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.40%
GREEN value IS 94 (37.11% from 255) = 29.28%
BLUE value IS 123 (48.44% from 255) = 38.32%
R=32.40%
G=29.28%
B=38.32%

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
Decimal104941230.150.2400.52260.6913.3642.55
Hex685E7BF18034105d2b
Octal15013617317300644051553
Binary11010001011110111101111111100001101001000001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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