#686187

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

Shades of Kimberly #686187

Tints of Kimberly #686187

Color information

#686187 (or 0x686187) is unknown color: approx Kimberly. HEX triplet: 68, 61 and 87. RGB value is (104,97,135). Sum of RGB (Red+Green+Blue) = 104+97+135=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #686187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686187 is #979E78. Grayscale: #676767. Windows color (decimal): -9936505 or 8872296. OLE color: 8872296.

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

Color convert

RGB10497135-
CMYK0.230.2800.47
HSL251.05º16.38%45.49%-
HSV(B)251.05º28.15%52.94%-
XYZ14.3613.2424.72-
YUV103.42145.82128.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.95%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=30.95%
G=28.87%
B=40.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104971350.230.2800.47251.0516.3845.49
Hex686187171C02Ffb102d
Octal15014120727340573732055
Binary1101000110000110000111101111110001011111111101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686187; }

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

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

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

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

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

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

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

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