#686483

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

Shades of Kimberly #686483

Tints of Kimberly #686483

Color information

#686483 (or 0x686483) is unknown color: approx Kimberly. HEX triplet: 68, 64 and 83. RGB value is (104,100,131). Sum of RGB (Red+Green+Blue) = 104+100+131=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 131 - color contains mainly: blue. Hex color #686483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686483 is #979B7C. Grayscale: #686868. Windows color (decimal): -9935741 or 8610920. OLE color: 8610920.

HSL color Cylindrical-coordinate representation of color #686483: hue angle of 247.74º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #686483 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB104100131-
CMYK0.210.2400.49
HSL247.74º13.42%45.29%-
HSV(B)247.74º23.66%51.37%-
XYZ14.3613.723.36-
YUV104.73142.83127.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.04%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 131 (51.56% from 255) = 39.10%
R=31.04%
G=29.85%
B=39.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041001310.210.2400.49247.7413.4245.29
Hex6864831518031f8d2d
Octal15014420325300613701555
Binary110100011001001000001110101110000110001111110001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686483; }

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

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

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

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

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

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

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

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