#686085

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

Shades of Kimberly #686085

Tints of Kimberly #686085

Color information

#686085 (or 0x686085) is unknown color: approx Kimberly. HEX triplet: 68, 60 and 85. RGB value is (104,96,133). Sum of RGB (Red+Green+Blue) = 104+96+133=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 133 - color contains mainly: blue. Hex color #686085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686085 is #979F7A. Grayscale: #666666. Windows color (decimal): -9936763 or 8740968. OLE color: 8740968.

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

Color convert

RGB10496133-
CMYK0.220.2800.48
HSL252.97º16.16%44.9%-
HSV(B)252.97º27.82%52.16%-
XYZ14.131323.96-
YUV102.61145.15128.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=31.23%
G=28.83%
B=39.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104961330.220.2800.48252.9716.1644.9
Hex686085161C030fd102d
Octal15014020526340603752055
Binary1101000110000010000101101101110001100001111110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686085; }

 p { color: rgb(104,96,133); }

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

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

 a { background-color: rgb(104,96,133); }

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

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

 span { border-color: rgb(104,96,133); }

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