#685D8C

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

Shades of Kimberly #685D8C

Tints of Kimberly #685D8C

Color information

#685D8C (or 0x685D8C) is unknown color: approx Kimberly. HEX triplet: 68, 5D and 8C. RGB value is (104,93,140). Sum of RGB (Red+Green+Blue) = 104+93+140=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #685D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685D8C is #97A273. Grayscale: #656565. Windows color (decimal): -9937524 or 9198952. OLE color: 9198952.

HSL color Cylindrical-coordinate representation of color #685D8C: hue angle of 254.04º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #685D8C is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10493140-
CMYK0.260.3400.45
HSL254.04º20.17%45.69%-
HSV(B)254.04º33.57%54.9%-
XYZ14.3612.6726.5-
YUV101.65149.64129.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.86%
GREEN value IS 93 (36.72% from 255) = 27.60%
BLUE value IS 140 (55.08% from 255) = 41.54%
R=30.86%
G=27.60%
B=41.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104931400.260.3400.45254.0420.1745.69
Hex685D8C1A2202Dfe142e
Octal15013521432420553762456
Binary11010001011101100011001101010001001011011111111010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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