#686489

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

Shades of Kimberly #686489

Tints of Kimberly #686489

Color information

#686489 (or 0x686489) is unknown color: approx Kimberly. HEX triplet: 68, 64 and 89. RGB value is (104,100,137). Sum of RGB (Red+Green+Blue) = 104+100+137=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #686489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686489 is #979B76. Grayscale: #696969. Windows color (decimal): -9935735 or 9004136. OLE color: 9004136.

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

Color convert

RGB104100137-
CMYK0.240.2700.46
HSL246.49º15.61%46.47%-
HSV(B)246.49º27.01%53.73%-
XYZ14.7813.8625.56-
YUV105.41145.83126.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 137 (53.91% from 255) = 40.18%
R=30.50%
G=29.33%
B=40.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041001370.240.2700.46246.4915.6146.47
Hex686489181B02Ef6102e
Octal15014421130330563662056
Binary1101000110010010001001110001101101011101111011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686489; }

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

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

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

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

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

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

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

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