#686092

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

Shades of Kimberly #686092

Tints of Kimberly #686092

Color information

#686092 (or 0x686092) is unknown color: approx Kimberly. HEX triplet: 68, 60 and 92. RGB value is (104,96,146). Sum of RGB (Red+Green+Blue) = 104+96+146=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #686092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686092 is #979F6D. Grayscale: #676767. Windows color (decimal): -9936750 or 9592936. OLE color: 9592936.

HSL color Cylindrical-coordinate representation of color #686092: hue angle of 249.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #686092 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10496146-
CMYK0.290.3400.43
HSL249.6º20.66%47.45%-
HSV(B)249.6º34.25%57.25%-
XYZ15.0813.3828.98-
YUV104.09151.65127.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 146 (57.42% from 255) = 42.20%
R=30.06%
G=27.75%
B=42.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104961460.290.3400.43249.620.6647.45
Hex6860921D2202Bfa152f
Octal15014022235420533722557
Binary11010001100000100100101110110001001010111111101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686092; }

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

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

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

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

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

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

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

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