#686482

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

Shades of Kimberly #686482

Tints of Kimberly #686482

Color information

#686482 (or 0x686482) is unknown color: approx Kimberly. HEX triplet: 68, 64 and 82. RGB value is (104,100,130). Sum of RGB (Red+Green+Blue) = 104+100+130=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 130 - color contains mainly: blue. Hex color #686482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686482 is #979B7D. Grayscale: #686868. Windows color (decimal): -9935742 or 8545384. OLE color: 8545384.

HSL color Cylindrical-coordinate representation of color #686482: hue angle of 248º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #686482 is Cyan = 0.2, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB104100130-
CMYK0.20.2300.49
HSL248º13.04%45.1%-
HSV(B)248º23.08%50.98%-
XYZ14.313.6723-
YUV104.62142.33127.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.14%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 130 (51.17% from 255) = 38.92%
R=31.14%
G=29.94%
B=38.92%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041001300.20.2300.4924813.0445.1
Hex6864821417031f8d2d
Octal15014420224270613701555
Binary110100011001001000001010100101110110001111110001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686482; }

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

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

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

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

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

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

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

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