#686189

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

Shades of Kimberly #686189

Tints of Kimberly #686189

Color information

#686189 (or 0x686189) is unknown color: approx Kimberly. HEX triplet: 68, 61 and 89. RGB value is (104,97,137). Sum of RGB (Red+Green+Blue) = 104+97+137=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #686189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686189 is #979E76. Grayscale: #676767. Windows color (decimal): -9936503 or 9003368. OLE color: 9003368.

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

Color convert

RGB10497137-
CMYK0.240.2900.46
HSL250.5º17.09%45.88%-
HSV(B)250.5º29.2%53.73%-
XYZ14.513.325.47-
YUV103.65146.82128.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.77%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 137 (53.91% from 255) = 40.53%
R=30.77%
G=28.70%
B=40.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104971370.240.2900.46250.517.0945.88
Hex686189181D02Efa112e
Octal15014121130350563722156
Binary1101000110000110001001110001110101011101111101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686189; }

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

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

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

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

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

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

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

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