#686384

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

Shades of Kimberly #686384

Tints of Kimberly #686384

Color information

#686384 (or 0x686384) is unknown color: approx Kimberly. HEX triplet: 68, 63 and 84. RGB value is (104,99,132). Sum of RGB (Red+Green+Blue) = 104+99+132=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #686384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686384 is #979C7B. Grayscale: #686868. Windows color (decimal): -9935996 or 8676200. OLE color: 8676200.

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

Color convert

RGB10499132-
CMYK0.210.2500.48
HSL249.09º14.29%45.29%-
HSV(B)249.09º25%51.76%-
XYZ14.3413.5323.69-
YUV104.26143.66127.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.04%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=31.04%
G=29.55%
B=39.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104991320.210.2500.48249.0914.2945.29
Hex6863841519030f9e2d
Octal15014320425310603711655
Binary110100011000111000010010101110010110000111110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686384; }

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

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

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

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

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

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

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

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