#685D9F

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

Shades of Scampi #685D9F

Tints of Scampi #685D9F

Color information

#685D9F (or 0x685D9F) is unknown color: approx Scampi. HEX triplet: 68, 5D and 9F. RGB value is (104,93,159). Sum of RGB (Red+Green+Blue) = 104+93+159=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #685D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685D9F is #97A260. Grayscale: #676767. Windows color (decimal): -9937505 or 10444136. OLE color: 10444136.

HSL color Cylindrical-coordinate representation of color #685D9F: hue angle of 250º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #685D9F is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10493159-
CMYK0.350.4200.38
HSL250º26.19%49.41%-
HSV(B)250º41.51%62.35%-
XYZ15.8813.2734.53-
YUV103.81159.14128.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.21%
GREEN value IS 93 (36.72% from 255) = 26.12%
BLUE value IS 159 (62.5% from 255) = 44.66%
R=29.21%
G=26.12%
B=44.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104931590.350.4200.3825026.1949.41
Hex685D9F232A026fa1a31
Octal15013523743520463723261
Binary110100010111011001111110001110101001001101111101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,93,159); }

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

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

 a { background-color: rgb(104,93,159); }

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

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

 span { border-color: rgb(104,93,159); }

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