#685D83

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

Shades of Kimberly #685D83

Tints of Kimberly #685D83

Color information

#685D83 (or 0x685D83) is unknown color: approx Kimberly. HEX triplet: 68, 5D and 83. RGB value is (104,93,131). Sum of RGB (Red+Green+Blue) = 104+93+131=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 131 - color contains mainly: blue. Hex color #685D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685D83 is #97A27C. Grayscale: #646464. Windows color (decimal): -9937533 or 8609128. OLE color: 8609128.

HSL color Cylindrical-coordinate representation of color #685D83: hue angle of 257.37º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #685D83 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10493131-
CMYK0.210.2900.49
HSL257.37º16.96%43.92%-
HSV(B)257.37º29.01%51.37%-
XYZ13.7212.4123.15-
YUV100.62145.14130.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 93 (36.72% from 255) = 28.35%
BLUE value IS 131 (51.56% from 255) = 39.94%
R=31.71%
G=28.35%
B=39.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104931310.210.2900.49257.3716.9643.92
Hex685D83151D031101112c
Octal15013520325350614012154
Binary11010001011101100000111010111101011000110000000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685D83; }

 p { color: rgb(104,93,131); }

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

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

 a { background-color: rgb(104,93,131); }

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

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

 span { border-color: rgb(104,93,131); }

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