#686086

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

Shades of Kimberly #686086

Tints of Kimberly #686086

Color information

#686086 (or 0x686086) is unknown color: approx Kimberly. HEX triplet: 68, 60 and 86. RGB value is (104,96,134). Sum of RGB (Red+Green+Blue) = 104+96+134=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 134 - color contains mainly: blue. Hex color #686086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686086 is #979F79. Grayscale: #666666. Windows color (decimal): -9936762 or 8806504. OLE color: 8806504.

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

Color convert

RGB10496134-
CMYK0.220.2800.47
HSL252.63º16.52%45.1%-
HSV(B)252.63º28.36%52.55%-
XYZ14.1913.0324.32-
YUV102.72145.65128.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.14%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 134 (52.73% from 255) = 40.12%
R=31.14%
G=28.74%
B=40.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104961340.220.2800.47252.6316.5245.1
Hex686086161C02Ffd112d
Octal15014020626340573752155
Binary1101000110000010000110101101110001011111111110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686086; }

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

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

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

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

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

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

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

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