#685984

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

Shades of Kimberly #685984

Tints of Kimberly #685984

Color information

#685984 (or 0x685984) is unknown color: approx Kimberly. HEX triplet: 68, 59 and 84. RGB value is (104,89,132). Sum of RGB (Red+Green+Blue) = 104+89+132=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #685984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685984 is #97A67B. Grayscale: #626262. Windows color (decimal): -9938556 or 8673640. OLE color: 8673640.

HSL color Cylindrical-coordinate representation of color #685984: hue angle of 260.93º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #685984 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10489132-
CMYK0.210.3300.48
HSL260.93º19.46%43.33%-
HSV(B)260.93º32.58%51.76%-
XYZ13.4511.7523.39-
YUV98.39146.97132-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=32%
G=27.38%
B=40.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104891320.210.3300.48260.9319.4643.33
Hex6859841521030105132b
Octal15013120425410604052353
Binary110100010110011000010010101100001011000010000010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685984; }

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

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

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

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

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

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

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

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