#685982

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

Shades of Kimberly #685982

Tints of Kimberly #685982

Color information

#685982 (or 0x685982) is unknown color: approx Kimberly. HEX triplet: 68, 59 and 82. RGB value is (104,89,130). Sum of RGB (Red+Green+Blue) = 104+89+130=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #685982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685982 is #97A67D. Grayscale: #626262. Windows color (decimal): -9938558 or 8542568. OLE color: 8542568.

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

Color convert

RGB10489130-
CMYK0.20.3200.49
HSL261.95º18.72%42.94%-
HSV(B)261.95º31.54%50.98%-
XYZ13.3111.722.68-
YUV98.16145.97132.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.20%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 130 (51.17% from 255) = 40.25%
R=32.20%
G=27.55%
B=40.25%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104891300.20.3200.49261.9518.7242.94
Hex6859821420031106132b
Octal15013120224400614062353
Binary110100010110011000001010100100000011000110000011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685982; }

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

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

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

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

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

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

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

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