#686090

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

Shades of Kimberly #686090

Tints of Kimberly #686090

Color information

#686090 (or 0x686090) is unknown color: approx Kimberly. HEX triplet: 68, 60 and 90. RGB value is (104,96,144). Sum of RGB (Red+Green+Blue) = 104+96+144=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #686090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686090 is #979F6F. Grayscale: #676767. Windows color (decimal): -9936752 or 9461864. OLE color: 9461864.

HSL color Cylindrical-coordinate representation of color #686090: hue angle of 250º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #686090 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10496144-
CMYK0.280.3300.44
HSL250º20%47.06%-
HSV(B)250º33.33%56.47%-
XYZ14.9313.3228.17-
YUV103.86150.65128.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.23%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 144 (56.64% from 255) = 41.86%
R=30.23%
G=27.91%
B=41.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104961440.280.3300.442502047.06
Hex6860901C2102Cfa142f
Octal15014022034410543722457
Binary11010001100000100100001110010000101011001111101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686090; }

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

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

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

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

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

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

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

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