#685C7F

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

Shades of Kimberly #685C7F

Tints of Kimberly #685C7F

Color information

#685C7F (or 0x685C7F) is unknown color: approx Kimberly. HEX triplet: 68, 5C and 7F. RGB value is (104,92,127). Sum of RGB (Red+Green+Blue) = 104+92+127=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #685C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C7F is #97A380. Grayscale: #636363. Windows color (decimal): -9937793 or 8346728. OLE color: 8346728.

HSL color Cylindrical-coordinate representation of color #685C7F: hue angle of 260.57º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #685C7F is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10492127-
CMYK0.180.2800.50
HSL260.57º15.98%42.94%-
HSV(B)260.57º27.56%49.8%-
XYZ13.3712.1321.72-
YUV99.58143.48131.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.20%
GREEN value IS 92 (36.33% from 255) = 28.48%
BLUE value IS 127 (50% from 255) = 39.32%
R=32.20%
G=28.48%
B=39.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104921270.180.2800.50260.5715.9842.94
Hex685C7F121C032105102b
Octal15013417722340624052053
Binary1101000101110011111111001011100011001010000010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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