#686184

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

Shades of Kimberly #686184

Tints of Kimberly #686184

Color information

#686184 (or 0x686184) is unknown color: approx Kimberly. HEX triplet: 68, 61 and 84. RGB value is (104,97,132). Sum of RGB (Red+Green+Blue) = 104+97+132=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #686184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686184 is #979E7B. Grayscale: #666666. Windows color (decimal): -9936508 or 8675688. OLE color: 8675688.

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

Color convert

RGB10497132-
CMYK0.210.2700.48
HSL252º15.28%44.9%-
HSV(B)252º26.52%51.76%-
XYZ14.1513.1623.62-
YUV103.08144.32128.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 132 (51.95% from 255) = 39.64%
R=31.23%
G=29.13%
B=39.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104971320.210.2700.4825215.2844.9
Hex686184151B030fcf2d
Octal15014120425330603741755
Binary110100011000011000010010101110110110000111111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686184; }

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

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

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

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

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

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

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

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