#685CA3

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

Shades of Scampi #685CA3

Tints of Scampi #685CA3

Color information

#685CA3 (or 0x685CA3) is unknown color: approx Scampi. HEX triplet: 68, 5C and A3. RGB value is (104,92,163). Sum of RGB (Red+Green+Blue) = 104+92+163=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 163 - color contains mainly: blue. Hex color #685CA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685CA3 is #97A35C. Grayscale: #676767. Windows color (decimal): -9937757 or 10706024. OLE color: 10706024.

HSL color Cylindrical-coordinate representation of color #685CA3: hue angle of 250.14º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #685CA3 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10492163-
CMYK0.360.4400.36
HSL250.14º27.84%50%-
HSV(B)250.14º43.56%63.92%-
XYZ16.1513.2436.36-
YUV103.68161.48128.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.97%
GREEN value IS 92 (36.33% from 255) = 25.63%
BLUE value IS 163 (64.06% from 255) = 45.40%
R=28.97%
G=25.63%
B=45.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104921630.360.4400.36250.1427.8450
Hex685CA3242C024fa1c32
Octal15013424344540443723462
Binary110100010111001010001110010010110001001001111101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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