#685E87

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

Shades of Kimberly #685E87

Tints of Kimberly #685E87

Color information

#685E87 (or 0x685E87) is unknown color: approx Kimberly. HEX triplet: 68, 5E and 87. RGB value is (104,94,135). Sum of RGB (Red+Green+Blue) = 104+94+135=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 135 - color contains mainly: blue. Hex color #685E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685E87 is #97A178. Grayscale: #656565. Windows color (decimal): -9937273 or 8871528. OLE color: 8871528.

HSL color Cylindrical-coordinate representation of color #685E87: hue angle of 254.63º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #685E87 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10494135-
CMYK0.230.3000.47
HSL254.63º17.9%44.9%-
HSV(B)254.63º30.37%52.94%-
XYZ14.0812.724.63-
YUV101.66146.81129.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 94 (37.11% from 255) = 28.23%
BLUE value IS 135 (53.12% from 255) = 40.54%
R=31.23%
G=28.23%
B=40.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104941350.230.3000.47254.6317.944.9
Hex685E87171E02Fff122d
Octal15013620727360573772255
Binary1101000101111010000111101111111001011111111111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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