#685E83

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

Shades of Kimberly #685E83

Tints of Kimberly #685E83

Color information

#685E83 (or 0x685E83) is unknown color: approx Kimberly. HEX triplet: 68, 5E and 83. RGB value is (104,94,131). Sum of RGB (Red+Green+Blue) = 104+94+131=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 131 - color contains mainly: blue. Hex color #685E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685E83 is #97A17C. Grayscale: #656565. Windows color (decimal): -9937277 or 8609384. OLE color: 8609384.

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

Color convert

RGB10494131-
CMYK0.210.2800.49
HSL256.22º16.44%44.12%-
HSV(B)256.22º28.24%51.37%-
XYZ13.8112.5923.17-
YUV101.21144.81129.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.61%
GREEN value IS 94 (37.11% from 255) = 28.57%
BLUE value IS 131 (51.56% from 255) = 39.82%
R=31.61%
G=28.57%
B=39.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104941310.210.2800.49256.2216.4444.12
Hex685E83151C031100102c
Octal15013620325340614002054
Binary11010001011110100000111010111100011000110000000010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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