#686289

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

Shades of Kimberly #686289

Tints of Kimberly #686289

Color information

#686289 (or 0x686289) is unknown color: approx Kimberly. HEX triplet: 68, 62 and 89. RGB value is (104,98,137). Sum of RGB (Red+Green+Blue) = 104+98+137=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #686289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686289 is #979D76. Grayscale: #686868. Windows color (decimal): -9936247 or 9003624. OLE color: 9003624.

HSL color Cylindrical-coordinate representation of color #686289: hue angle of 249.23º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #686289 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10498137-
CMYK0.240.2800.46
HSL249.23º16.6%46.08%-
HSV(B)249.23º28.47%53.73%-
XYZ14.5913.4825.5-
YUV104.24146.49127.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 98 (38.67% from 255) = 28.91%
BLUE value IS 137 (53.91% from 255) = 40.41%
R=30.68%
G=28.91%
B=40.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104981370.240.2800.46249.2316.646.08
Hex686289181C02Ef9112e
Octal15014221130340563712156
Binary1101000110001010001001110001110001011101111100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686289; }

 p { color: rgb(104,98,137); }

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

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

 a { background-color: rgb(104,98,137); }

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

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

 span { border-color: rgb(104,98,137); }

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