#685987

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

Shades of Kimberly #685987

Tints of Kimberly #685987

Color information

#685987 (or 0x685987) is unknown color: approx Kimberly. HEX triplet: 68, 59 and 87. RGB value is (104,89,135). Sum of RGB (Red+Green+Blue) = 104+89+135=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 135 - color contains mainly: blue. Hex color #685987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685987 is #97A678. Grayscale: #626262. Windows color (decimal): -9938553 or 8870248. OLE color: 8870248.

HSL color Cylindrical-coordinate representation of color #685987: hue angle of 259.57º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #685987 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10489135-
CMYK0.230.3400.47
HSL259.57º20.54%43.92%-
HSV(B)259.57º34.07%52.94%-
XYZ13.6511.8424.49-
YUV98.73148.47131.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 135 (53.12% from 255) = 41.16%
R=31.71%
G=27.13%
B=41.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104891350.230.3400.47259.5720.5443.92
Hex685987172202F104152c
Octal15013120727420574042554
Binary110100010110011000011110111100010010111110000010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685987; }

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

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

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

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

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

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

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

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