#686485

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

Shades of Kimberly #686485

Tints of Kimberly #686485

Color information

#686485 (or 0x686485) is unknown color: approx Kimberly. HEX triplet: 68, 64 and 85. RGB value is (104,100,133). Sum of RGB (Red+Green+Blue) = 104+100+133=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #686485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686485 is #979B7A. Grayscale: #686868. Windows color (decimal): -9935739 or 8741992. OLE color: 8741992.

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

Color convert

RGB104100133-
CMYK0.220.2500.48
HSL247.27º14.16%45.69%-
HSV(B)247.27º24.81%52.16%-
XYZ14.513.7524.08-
YUV104.96143.83127.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.86%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=30.86%
G=29.67%
B=39.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041001330.220.2500.48247.2714.1645.69
Hex6864851619030f7e2e
Octal15014420526310603671656
Binary110100011001001000010110110110010110000111101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686485; }

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

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

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

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

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

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

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

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