#685A85

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

Shades of Kimberly #685A85

Tints of Kimberly #685A85

Color information

#685A85 (or 0x685A85) is unknown color: approx Kimberly. HEX triplet: 68, 5A and 85. RGB value is (104,90,133). Sum of RGB (Red+Green+Blue) = 104+90+133=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #685A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685A85 is #97A57A. Grayscale: #626262. Windows color (decimal): -9938299 or 8739432. OLE color: 8739432.

HSL color Cylindrical-coordinate representation of color #685A85: hue angle of 259.53º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #685A85 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10490133-
CMYK0.220.3200.48
HSL259.53º19.28%43.73%-
HSV(B)259.53º32.33%52.16%-
XYZ13.611.9523.78-
YUV99.09147.14131.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 90 (35.55% from 255) = 27.52%
BLUE value IS 133 (52.34% from 255) = 40.67%
R=31.80%
G=27.52%
B=40.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104901330.220.3200.48259.5319.2843.73
Hex685A851620030104132c
Octal15013220526400604042354
Binary110100010110101000010110110100000011000010000010010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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