#686585

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

Shades of Kimberly #686585

Tints of Kimberly #686585

Color information

#686585 (or 0x686585) is unknown color: approx Kimberly. HEX triplet: 68, 65 and 85. RGB value is (104,101,133). Sum of RGB (Red+Green+Blue) = 104+101+133=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #686585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686585 is #979A7A. Grayscale: #696969. Windows color (decimal): -9935483 or 8742248. OLE color: 8742248.

HSL color Cylindrical-coordinate representation of color #686585: hue angle of 245.62º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #686585 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB104101133-
CMYK0.220.2400.48
HSL245.62º13.68%45.88%-
HSV(B)245.62º24.06%52.16%-
XYZ14.613.9424.11-
YUV105.54143.49126.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.77%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=30.77%
G=29.88%
B=39.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041011330.220.2400.48245.6213.6845.88
Hex6865851618030f6e2e
Octal15014520526300603661656
Binary110100011001011000010110110110000110000111101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686585; }

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

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

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

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

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

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

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

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