#685A7F

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

Shades of Kimberly #685A7F

Tints of Kimberly #685A7F

Color information

#685A7F (or 0x685A7F) is unknown color: approx Kimberly. HEX triplet: 68, 5A and 7F. RGB value is (104,90,127). Sum of RGB (Red+Green+Blue) = 104+90+127=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 127 - color contains mainly: blue. Hex color #685A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A7F is #97A580. Grayscale: #626262. Windows color (decimal): -9938305 or 8346216. OLE color: 8346216.

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

Color convert

RGB10490127-
CMYK0.180.2900.50
HSL262.7º17.05%42.55%-
HSV(B)262.7º29.13%49.8%-
XYZ13.211.7921.66-
YUV98.4144.14131.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.40%
GREEN value IS 90 (35.55% from 255) = 28.04%
BLUE value IS 127 (50% from 255) = 39.56%
R=32.40%
G=28.04%
B=39.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104901270.180.2900.50262.717.0542.55
Hex685A7F121D032107112b
Octal15013217722350624072153
Binary1101000101101011111111001011101011001010000011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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