#686180

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

Shades of Kimberly #686180

Tints of Kimberly #686180

Color information

#686180 (or 0x686180) is unknown color: approx Kimberly. HEX triplet: 68, 61 and 80. RGB value is (104,97,128). Sum of RGB (Red+Green+Blue) = 104+97+128=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 128 - color contains mainly: blue. Hex color #686180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686180 is #979E7F. Grayscale: #666666. Windows color (decimal): -9936512 or 8413544. OLE color: 8413544.

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

Color convert

RGB10497128-
CMYK0.190.2400.50
HSL253.55º13.78%44.12%-
HSV(B)253.55º24.22%50.2%-
XYZ13.8813.0522.21-
YUV102.63142.32128.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.61%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=31.61%
G=29.48%
B=38.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104971280.190.2400.50253.5513.7844.12
Hex6861801318032fee2c
Octal15014120023300623761654
Binary110100011000011000000010011110000110010111111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686180; }

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

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

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

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

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

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

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

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