#685AA4

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

Shades of Scampi #685AA4

Tints of Scampi #685AA4

Color information

#685AA4 (or 0x685AA4) is unknown color: approx Scampi. HEX triplet: 68, 5A and A4. RGB value is (104,90,164). Sum of RGB (Red+Green+Blue) = 104+90+164=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: blue. Hex color #685AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685AA4 is #97A55B. Grayscale: #666666. Windows color (decimal): -9938268 or 10771048. OLE color: 10771048.

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

Color convert

RGB10490164-
CMYK0.370.4500.36
HSL251.35º29.13%49.8%-
HSV(B)251.35º45.12%64.31%-
XYZ16.0712.9436.77-
YUV102.62162.64128.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 90 (35.55% from 255) = 25.14%
BLUE value IS 164 (64.45% from 255) = 45.81%
R=29.05%
G=25.14%
B=45.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104901640.370.4500.36251.3529.1349.8
Hex685AA4252D024fb1d32
Octal15013224445550443733562
Binary110100010110101010010010010110110101001001111101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,90,164); }

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

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

 a { background-color: rgb(104,90,164); }

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

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

 span { border-color: rgb(104,90,164); }

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