#685E93

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

Shades of Kimberly #685E93

Tints of Kimberly #685E93

Color information

#685E93 (or 0x685E93) is unknown color: approx Kimberly. HEX triplet: 68, 5E and 93. RGB value is (104,94,147). Sum of RGB (Red+Green+Blue) = 104+94+147=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #685E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685E93 is #97A16C. Grayscale: #666666. Windows color (decimal): -9937261 or 9657960. OLE color: 9657960.

HSL color Cylindrical-coordinate representation of color #685E93: hue angle of 251.32º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #685E93 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10494147-
CMYK0.290.3600.42
HSL251.32º21.99%47.25%-
HSV(B)251.32º36.05%57.65%-
XYZ14.9813.0629.33-
YUV103.03152.81128.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.14%
GREEN value IS 94 (37.11% from 255) = 27.25%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=30.14%
G=27.25%
B=42.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104941470.290.3600.42251.3221.9947.25
Hex685E931D2402Afb162f
Octal15013622335440523732657
Binary11010001011110100100111110110010001010101111101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685E93; }

 p { color: rgb(104,94,147); }

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

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

 a { background-color: rgb(104,94,147); }

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

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

 span { border-color: rgb(104,94,147); }

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