#685C87

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

Shades of Kimberly #685C87

Tints of Kimberly #685C87

Color information

#685C87 (or 0x685C87) is unknown color: approx Kimberly. HEX triplet: 68, 5C and 87. RGB value is (104,92,135). Sum of RGB (Red+Green+Blue) = 104+92+135=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #685C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685C87 is #97A378. Grayscale: #646464. Windows color (decimal): -9937785 or 8871016. OLE color: 8871016.

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

Color convert

RGB10492135-
CMYK0.230.3200.47
HSL256.74º18.94%44.51%-
HSV(B)256.74º31.85%52.94%-
XYZ13.9112.3524.57-
YUV100.49147.48130.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 92 (36.33% from 255) = 27.79%
BLUE value IS 135 (53.12% from 255) = 40.79%
R=31.42%
G=27.79%
B=40.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104921350.230.3200.47256.7418.9444.51
Hex685C87172002F101132d
Octal15013420727400574012355
Binary110100010111001000011110111100000010111110000000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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