#685981

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

Shades of Kimberly #685981

Tints of Kimberly #685981

Color information

#685981 (or 0x685981) is unknown color: approx Kimberly. HEX triplet: 68, 59 and 81. RGB value is (104,89,129). Sum of RGB (Red+Green+Blue) = 104+89+129=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 129 - color contains mainly: blue. Hex color #685981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685981 is #97A67E. Grayscale: #616161. Windows color (decimal): -9938559 or 8477032. OLE color: 8477032.

HSL color Cylindrical-coordinate representation of color #685981: hue angle of 262.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #685981 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10489129-
CMYK0.190.3100.49
HSL262.5º18.35%42.75%-
HSV(B)262.5º31.01%50.59%-
XYZ13.2411.6722.32-
YUV98.04145.47132.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.30%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 129 (50.78% from 255) = 40.06%
R=32.30%
G=27.64%
B=40.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104891290.190.3100.49262.518.3542.75
Hex685981131F031106122b
Octal15013120123370614062253
Binary11010001011001100000011001111111011000110000011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685981; }

 p { color: rgb(104,89,129); }

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

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

 a { background-color: rgb(104,89,129); }

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

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

 span { border-color: rgb(104,89,129); }

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