#686080

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

Shades of Kimberly #686080

Tints of Kimberly #686080

Color information

#686080 (or 0x686080) is unknown color: approx Kimberly. HEX triplet: 68, 60 and 80. RGB value is (104,96,128). Sum of RGB (Red+Green+Blue) = 104+96+128=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 128 - color contains mainly: blue. Hex color #686080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686080 is #979F7F. Grayscale: #656565. Windows color (decimal): -9936768 or 8413288. OLE color: 8413288.

HSL color Cylindrical-coordinate representation of color #686080: hue angle of 255º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #686080 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10496128-
CMYK0.190.2500.50
HSL255º14.29%43.92%-
HSV(B)255º25%50.2%-
XYZ13.7912.8722.18-
YUV102.04142.65129.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 128 (50.39% from 255) = 39.02%
R=31.71%
G=29.27%
B=39.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104961280.190.2500.5025514.2943.92
Hex6860801319032ffe2c
Octal15014020023310623771654
Binary110100011000001000000010011110010110010111111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686080; }

 p { color: rgb(104,96,128); }

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

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

 a { background-color: rgb(104,96,128); }

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

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

 span { border-color: rgb(104,96,128); }

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