#685C96

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

Shades of Scampi #685C96

Tints of Scampi #685C96

Color information

#685C96 (or 0x685C96) is unknown color: approx Scampi. HEX triplet: 68, 5C and 96. RGB value is (104,92,150). Sum of RGB (Red+Green+Blue) = 104+92+150=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #685C96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685C96 is #97A369. Grayscale: #656565. Windows color (decimal): -9937770 or 9854056. OLE color: 9854056.

HSL color Cylindrical-coordinate representation of color #685C96: hue angle of 252.41º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #685C96 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10492150-
CMYK0.310.3900.41
HSL252.41º23.97%47.45%-
HSV(B)252.41º38.67%58.82%-
XYZ15.0412.830.53-
YUV102.2154.98129.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=30.06%
G=26.59%
B=43.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal104921500.310.3900.41252.4123.9747.45
Hex685C961F27029fc182f
Octal15013422637470513743057
Binary11010001011100100101101111110011101010011111110011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,92,150); }

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

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

 a { background-color: rgb(104,92,150); }

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

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

 span { border-color: rgb(104,92,150); }

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