#686383

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

Shades of Kimberly #686383

Tints of Kimberly #686383

Color information

#686383 (or 0x686383) is unknown color: approx Kimberly. HEX triplet: 68, 63 and 83. RGB value is (104,99,131). Sum of RGB (Red+Green+Blue) = 104+99+131=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 131 - color contains mainly: blue. Hex color #686383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686383 is #979C7C. Grayscale: #686868. Windows color (decimal): -9935997 or 8610664. OLE color: 8610664.

HSL color Cylindrical-coordinate representation of color #686383: hue angle of 249.38º degrees, saturation: 0.14, 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 #686383 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10499131-
CMYK0.210.2400.49
HSL249.38º13.91%45.1%-
HSV(B)249.38º24.43%51.37%-
XYZ14.2713.5123.33-
YUV104.14143.16127.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.14%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 131 (51.56% from 255) = 39.22%
R=31.14%
G=29.64%
B=39.22%

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
Decimal104991310.210.2400.49249.3813.9145.1
Hex6863831518031f9e2d
Octal15014320325300613711655
Binary110100011000111000001110101110000110001111110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686383; }

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

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

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

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

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

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

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

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