#686486

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

Shades of Kimberly #686486

Tints of Kimberly #686486

Color information

#686486 (or 0x686486) is unknown color: approx Kimberly. HEX triplet: 68, 64 and 86. RGB value is (104,100,134). Sum of RGB (Red+Green+Blue) = 104+100+134=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 134 - color contains mainly: blue. Hex color #686486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686486 is #979B79. Grayscale: #686868. Windows color (decimal): -9935738 or 8807528. OLE color: 8807528.

HSL color Cylindrical-coordinate representation of color #686486: hue angle of 247.06º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #686486 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB104100134-
CMYK0.220.2500.47
HSL247.06º14.53%45.88%-
HSV(B)247.06º25.37%52.55%-
XYZ14.5713.7824.45-
YUV105.07144.33127.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.77%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 134 (52.73% from 255) = 39.64%
R=30.77%
G=29.59%
B=39.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041001340.220.2500.47247.0614.5345.88
Hex686486161902Ff7f2e
Octal15014420626310573671756
Binary110100011001001000011010110110010101111111101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686486; }

 p { color: rgb(104,100,134); }

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

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

 a { background-color: rgb(104,100,134); }

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

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

 span { border-color: rgb(104,100,134); }

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