#686079

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

Shades of Kimberly #686079

Tints of Kimberly #686079

Color information

#686079 (or 0x686079) is unknown color: approx Kimberly. HEX triplet: 68, 60 and 79. RGB value is (104,96,121). Sum of RGB (Red+Green+Blue) = 104+96+121=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 121 - color contains mainly: blue. Hex color #686079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686079 is #979F86. Grayscale: #656565. Windows color (decimal): -9936775 or 7954536. OLE color: 7954536.

HSL color Cylindrical-coordinate representation of color #686079: hue angle of 259.2º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #686079 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10496121-
CMYK0.140.2100.53
HSL259.2º11.52%42.55%-
HSV(B)259.2º20.66%47.45%-
XYZ13.3412.6919.84-
YUV101.24139.15129.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.40%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 121 (47.66% from 255) = 37.69%
R=32.40%
G=29.91%
B=37.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104961210.140.2100.53259.211.5242.55
Hex686079E15035103c2b
Octal15014017116250654031453
Binary11010001100000111100111101010101101011000000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686079; }

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

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

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

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

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

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

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

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